28-07-2008, 05:20 PM
Well... while making MSECPP I'm having a little bit of problems with this. The Nagle algorithm is used by us, even if we don't realize. It's an algorithm at WinSocket that... well, just read this:
http://www.port80software.com/200ok/arc ... 1/317.aspx
I saw that in VBGore(http://www.vbgore.com/Nagle_Algorithm), Spodi removed it. But I really don't realize why exactly.
My real problem is that when I send 2 packets too much fast, they are just not received in the correct order... And I want to fix this chit xD
EDIT:
Btw, I think Verrigan fixed that by first sending the hole packetsize before anything, then reading that amount of data. Hummm, will that really work?
http://www.port80software.com/200ok/arc ... 1/317.aspx
I saw that in VBGore(http://www.vbgore.com/Nagle_Algorithm), Spodi removed it. But I really don't realize why exactly.
My real problem is that when I send 2 packets too much fast, they are just not received in the correct order... And I want to fix this chit xD
EDIT:
Btw, I think Verrigan fixed that by first sending the hole packetsize before anything, then reading that amount of data. Hummm, will that really work?