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
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
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
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