Re: sending very large packets over the network

2007-08-02 Thread Azazello
On Aug 1, 8:50 pm, Gary Herron <[EMAIL PROTECTED]> wrote: > Walker Lindley wrote: > > OK, I'm back with another networking question. I'm trying to seend > > large amounts of information over TCP (the length of data being given > > to send() is on the order of 16000 characters in length). > > Unfort

Re: sending very large packets over the network

2007-08-01 Thread Gary Herron
Walker Lindley wrote: > OK, I'm back with another networking question. I'm trying to seend > large amounts of information over TCP (the length of data being given > to send() is on the order of 16000 characters in length). > Unfortunately on the receiving end, the packets appear to be > truncat

Re: sending very large packets over the network

2007-08-01 Thread Thomas Jollans
On Thursday 02 August 2007, Walker Lindley wrote: > OK, I'm back with another networking question. I'm trying to seend large > amounts of information over TCP (the length of data being given to send() > is on the order of 16000 characters in length). Unfortunately on the > receiving end, the packet

sending very large packets over the network

2007-08-01 Thread Walker Lindley
OK, I'm back with another networking question. I'm trying to seend large amounts of information over TCP (the length of data being given to send() is on the order of 16000 characters in length). Unfortunately on the receiving end, the packets appear to be truncated. So I wrote some code that contin