Search Results

4
votes

Byte level length description

You should really use a fixed-width field for your length. When the program on the receiving end has to read the length field of your packet, how does it know where the length stops? …