You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: