Posted by Rick on October 25, 2006 at 04:45:30:
Hi all,
i tried using a socket from the HawkNL lib to connect to a TCP/IP server. I noticed that
nlWrite (sock,str,strlen(str));
adds "NL" and a short (representing the size) as prefix
to the string str.
I hacked it such that the prefix is not added.
Is there a clean way to surpress the prefix generation?
Thanks,
Rick