Quote:
|
You need to either send the zero byte from the client to the server, to indicate end of string, or use the received length to add a zero byte to the end of the characters you are putting in rdata on the server, otherwise your string is unterminated.
|
could you give me an example please...