Re: TCP buffer size?

2004-07-09 Thread Jeremy Neal Kelly
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 9:35 AM Subject: Re: TCP buffer size? > Jeremy, are you sure you want the TCP/IP buffer size, or the minimum UDP >

Re: TCP buffer size?

2004-07-08 Thread Ben Combee
At 09:17 AM 7/8/2004, you wrote: - Original Message - From: "Petr Stetina" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, July 07, 2004 8:11 AM Subject: Re: TCP buffer size? > To discover such buffer space try to send

Re: TCP buffer size?

2004-07-08 Thread Jeremy Neal Kelly
- Original Message - From: "Petr Stetina" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, July 07, 2004 8:11 AM Subject: Re: TCP buffer size? > To discover such buffer space try to send data without reading on the &

Re: TCP buffer size?

2004-07-07 Thread Dmytro Pohromskyy
Hello Jeremy Neal Kelly, You shouldn't worry about this buffer size (TCP Window). TCP Data transfer is subject to flow control and in case TCP Window full, transfer is stopped until remote (Palm client) reads data and free some space in this buffer. TCP Window size vary from device to device. AFA

Re: TCP buffer size?

2004-07-07 Thread Roger Stringer
Subject: TCP buffer size? From: "Jeremy Neal Kelly" <[EMAIL PROTECTED]> Date: Tue, 6 Jul 2004 17:25:24 -0500 We have a number of wireless applications that run on the SPT 1842, using Palm OS 3.5.2. In the past, to download large amounts of data, we've transmitted many small

Re: TCP buffer size?

2004-07-07 Thread Petr Stetina
To discover such buffer space try to send data without reading on the other side of connection. Petr Jeremy Neal Kelly wrote: We have a number of wireless applications that run on the SPT 1842, using Palm OS 3.5.2. In the past, to download large amounts of data, we've transmitted many small recor

TCP buffer size?

2004-07-06 Thread Jeremy Neal Kelly
We have a number of wireless applications that run on the SPT 1842, using Palm OS 3.5.2. In the past, to download large amounts of data, we've transmitted many small records to the device, but for various reasons, we're thinking of doing this with a single large record instead. Unfortunately, we do