Hi all,
My application reads incomming TCP datagrams, of various sizes.
for reading I'm using ServerTCPRead, with a quite large buffer as a parameter.
My question - How can I tell where the data ends and the padding starts in my buffer? This should be easy to get since the size can be retrieved from the IP packet...
thanks,
Ido
Message Edited by IdoZe on
11-05-2007 11:59 AM