Re: SO_RCVBUF doesn't change receiver advertised window

2008-01-16 Thread John Heffner
Ritesh Kumar wrote: On 1/16/08, Bill Fink <[EMAIL PROTECTED]> wrote: On Tue, 15 Jan 2008, Ritesh Kumar wrote: Hi, I am using linux 2.6.20 and am trying to limit the receiver window size for a TCP connection. However, it seems that auto tuning is not turning itself off even after I use the

Re: SO_RCVBUF doesn't change receiver advertised window

2008-01-16 Thread Ritesh Kumar
On 1/16/08, Bill Fink <[EMAIL PROTECTED]> wrote: > On Tue, 15 Jan 2008, Ritesh Kumar wrote: > > > Hi, > > I am using linux 2.6.20 and am trying to limit the receiver window > > size for a TCP connection. However, it seems that auto tuning is not > > turning itself off even after I use the sysca

Re: SO_RCVBUF doesn't change receiver advertised window

2008-01-16 Thread Bill Fink
On Tue, 15 Jan 2008, Ritesh Kumar wrote: > Hi, > I am using linux 2.6.20 and am trying to limit the receiver window > size for a TCP connection. However, it seems that auto tuning is not > turning itself off even after I use the syscall > > rwin=65536 > setsockopt(sock, SOL_SOCKET, SO_RCVBUF,

SO_RCVBUF doesn't change receiver advertised window

2008-01-15 Thread Ritesh Kumar
Hi, I am using linux 2.6.20 and am trying to limit the receiver window size for a TCP connection. However, it seems that auto tuning is not turning itself off even after I use the syscall rwin=65536 setsockopt(sock, SOL_SOCKET, SO_RCVBUF, &rwin, sizeof(rwin)); and verify using getsockopt(soc