memoriesadrift / tuw-cryptocurrencies-blockchain

Blockchain created for the Cryptocurrencies course at TU Wien
0 stars 0 forks source link

T1: Core Networking Setup #2

Closed memoriesadrift closed 11 months ago

memoriesadrift commented 11 months ago

Description

Implement the networking core of your node. Your submitted node must listen to TCP port 18018 for connections and must also be able to initiate TCP connections with other peers. Your node must be able to support connections to multiple nodes at the same time.

Scope

  1. Support multiple concurrent TCP connections
  2. Initiate TCP connections