1,584
edits
DrinkyBird (talk | contribs) (Remove lines) |
DrinkyBird (talk | contribs) (Re-uploaded huffman.zip) |
||
Line 11: | Line 11: | ||
All Zandronum servers use '''UDP''' as their network protocol. | All Zandronum servers use '''UDP''' as their network protocol. | ||
Additionally, all traffic is compressed using the Huffman algorithm to save bandwidth. Therefore, you'll need [ | Additionally, all traffic is compressed using the Huffman algorithm to save bandwidth. Therefore, you'll need [https://wiki.zandronum.com/files/huffman.zip a copy of huffman.cpp or huffman.java] to encode and decode your traffic appropriately. | ||
Definition of data types used in this article: | Definition of data types used in this article: |