MitchellMarinoDev / carrier-pigeon

A rusty networking library for games.
Other
12 stars 2 forks source link

Implement connection logic on UDP. #9

Open MitchellMarinoDev opened 1 year ago

MitchellMarinoDev commented 1 year ago

TCP handled a good chunk of the connection/disconnection logic. With UDP, this will need to be implemented manually. This includes:

MitchellMarinoDev commented 10 months ago

Looks to be working. I plan to write some more tests to gain some more confidence in the implementation.