Hello,

I am using a combination of the SendStr & ReceiveStr functions to send commands to a remote server and display the responses from the server in a RichEdit control and everything seems to work fine as long as the information that is received comes back in one packet however if the information comes back in multiple packets only the first packet in the series is displayed in the RichEdit control so I was wondering how I might concatenate the packets that are received so they are all shown at the same time. The packets are sent/received via UDP if that matters and wireshark reveals that each packet in the series is terminated with the 0A (or #10) character but there doesn't seem to be any way to tell the difference between the first packet in the series and the last packet because they all end with 0A so how could this be done.

Thanks,
Dave
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to