Ämne: SV: [dcdev] Re: New Encoding Scheme First |
Från: John Bäckstrand <[email protected]> |
Datum: 2003-11-28 5:08 |
Till: "'Direct Connect developers'" <[email protected]> |
a) short fourcc header for every command with command type and data length. Therefore no command separator and no newline/space/or_whatever escaping is needed (I know, the byte-order differences on various OSes but hey, sockets implementation deals with the same problem and it's working fine... htons, ntohl etc... what's faster? Swapping of two bytes from the header or parsing the data for [end] separator? Not all messages are sent in one piece...)