[gameprogrammer] TCP output buffer size

I want to send a very large file by TCP. If I send the whole file at once it would cause the system memory to run out. So I want to check the internal TCP stack size remaining, and send more of the file when it is empty or near empty.

How do I do that?

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: