All packets will contain a length byte to eiliminate the need to coordinate lengths between the sender and receiver by having the receiver maintain a table with the lengths of incoming packets. This makes debugging and and adding features simpler.
It adds a little data transmission overhead but makes the code simpler to understand and maintain.
All packets will contain a length byte to eiliminate the need to coordinate lengths between the sender and receiver by having the receiver maintain a table with the lengths of incoming packets. This makes debugging and and adding features simpler.
It adds a little data transmission overhead but makes the code simpler to understand and maintain.