Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sprint 1] Cluster 클래스 구현 : setup() #21

Open
2 tasks
Two-Jay opened this issue Apr 11, 2022 · 0 comments
Open
2 tasks

[Sprint 1] Cluster 클래스 구현 : setup() #21

Two-Jay opened this issue Apr 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Two-Jay
Copy link
Contributor

Two-Jay commented Apr 11, 2022

프로그램의 작업이 일어나는 바탕인 Cluster 클래스를 구현합니다.

특히 아래의 함수에 주목하여 구현하여 주세요.

  • config() : 이후에 config 파일 파싱과 적용기능을 하는 클래스를 모듈로 이어붙일 예정입니다.
  • setup() : 서버 소켓을 열고, 소켓 바인딩을 하는 구간입니다.

### To Do

  • Cluster.config() 의 구현을 마칩니다. (기능작동 여부 상관 X)
  • Cluster.setup() 의 구현을 마칩니다.
@Two-Jay Two-Jay added the enhancement New feature or request label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant