openclonk/src/netpuncher
Lukas Werling 298feab441 Change netpuncher protocol to be more extensible
- Each packet has a version field.

 - Clients connecting to the netpuncher always send a request packet.
   This allows the netpuncher to react differently depending on the
   client's version.

 - Encode packets as binary instead of ASCII. This allows adding fields
   while maintaining compatibility.
2017-12-14 17:22:38 +01:00
..
C4PuncherHash.h Improve "unexpected address family" asserts 2017-01-18 21:54:50 +01:00
C4PuncherPacket.cpp Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00
C4PuncherPacket.h Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00
main.cpp Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00