Refactor|Cleanup: Cleaned up low-level networking
Moved the network protocol implementation into protocol.c.Moved the sent byte frequency monitor to monitor.c (debug build only).Renamed public "Huff_" functions to "Huffman".Deleted dead/obsolete code in sys_network.c.
View differences
Refactor|Cleanup: Cleaned up low-level networking
Moved the network protocol implementation into protocol.c.
Moved the sent byte frequency monitor to monitor.c (debug build only).
Renamed public "Huff_" functions to "Huffman".
Deleted dead/obsolete code in sys_network.c.