On Friday, 6 February 2015 at 00:50:43 UTC, Gan wrote:
How can you distinguish between different packets that get sent? Won't they all be merged to a giant blob of data?

Yeah, that's normal in TCP though, because it is a stream oriented protocol. You could add stuff to your data indicating message length though.

Reply via email to