The revised protocol uses either Huffman or zlib to compress outgoing messages. Message header size was reduced to 1-3 bytes depending on message length.
See description in sys_network.c.
Also fixed a problem with "quit!". It wasn't disconnecting properly from the netgame.
Improved network protocol
The revised protocol uses either Huffman or zlib to compress
outgoing messages. Message header size was reduced to
1-3 bytes depending on message length.
See description in sys_network.c.
Also fixed a problem with "quit!". It wasn't disconnecting
properly from the netgame.