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

ClientNode creates a new connection thread for each peer in the network #2

Open
jiin-kim109 opened this issue May 23, 2023 · 0 comments

Comments

@jiin-kim109
Copy link
Member

jiin-kim109 commented May 23, 2023

Description:
When TrackerNode receives a connection request from an arbitrary client, it creates a new Connection class and saves it in the list of peers.

Acceptance Criteria:
Make TrackerNode thread listen for a connection request and create a Connection thread class object.

@jiin-kim109 jiin-kim109 changed the title tracker creates a new connection thread for each connection request TrackerNode creates a new connection thread for each connection request May 23, 2023
@jiin-kim109 jiin-kim109 changed the title TrackerNode creates a new connection thread for each connection request ClientNode creates a new connection thread for each peer in the network May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant