On Thursday 17 March 2005 13:34, Timothy R. Chavez wrote:
name_len=7 name=linux\n\0?
This'll work, but I'd suggest nlen= That saves 4 bytes per message.
Another way to do the same thing would be name=7:linux\n\0 This gets the
length in it without adding another field.
-Steve