in reply to Re: How can I send more than 1MB to a TCP socket?
in thread How can I send more than 1MB to a TCP socket?

Er, as to FTP not supporting restarting, that isn't true. The client mearly has to give a proper REST command before the GET. OTOH, as another poster noted, TCP should deal just fine with arbitrarly long packets.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

  • Comment on Re: Re: How can I send more than 1MB to a TCP socket?