29.08.2010, 13:10
Quote:
Yes, that could be a TCP issue. Read a little about TCP, and you will see TCP can't guarantee that the receiver will get the full amount of data you sent. Sometimes you need to send it twice or more to actually send the data correctly.
I know I already said it, but I'm currently working on a RakNet based plugin, and as far as I know RakNet does not have these issues. |
And raknet is a layer over UDP, not TCP.
ev0lutionnn is totally right.