Quote Originally Posted by paul_nicholls
Quote Originally Posted by arthurprs
i don't think that it will work with udp :? or will?
Why not?
You can read and write data via UDP the same as TCP, it just isn't guarenteed to arrive at its destination, or in the correct order.

the read/write bit should still work if you make a TPacketWriter/Reader descendant to write/read data using UDP, let's say via Synapse for example.

cheers,
Paul
since the packets have diferent sizes
how do you will receive then (you don't know the type of package, any package can arrive anytime in anyorder) :? ?