Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Bob Willcox
I am working on a FreeBSD device driver for my Co's GSN adapter and need to be able to set my TCP/IP window size to 512KB (or perhaps more). I have tried doing this with sysctl: root@sebulba:p0 /root sysctl -w net.inet.tcp.recvspace=524288 net.inet.tcp.recvspace: 131072 - 524288 root@sebulba:p0

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Kenneth D. Merry
On Mon, May 07, 2001 at 16:20:05 -0500, Bob Willcox wrote: I am working on a FreeBSD device driver for my Co's GSN adapter and need to be able to set my TCP/IP window size to 512KB (or perhaps more). I have tried doing this with sysctl: root@sebulba:p0 /root sysctl -w

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread David Malone
On Mon, May 07, 2001 at 04:20:05PM -0500, Bob Willcox wrote: root@sebulba:p0 /root ftp 192.168.1.2 ftp: socket: No buffer space available One possibility is that your process limits for sbsize are too low. You could check what it says in login.conf. (I note that our tcsh doesn't support

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Bob Willcox
On Mon, May 07, 2001 at 10:52:47PM +0100, David Malone wrote: On Mon, May 07, 2001 at 04:20:05PM -0500, Bob Willcox wrote: root@sebulba:p0 /root ftp 192.168.1.2 ftp: socket: No buffer space available One possibility is that your process limits for sbsize are too low. You could check what

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Bob Willcox
On Mon, May 07, 2001 at 04:45:31PM -0500, Bob Willcox wrote: On Mon, May 07, 2001 at 03:38:02PM -0600, Kenneth D. Merry wrote: On Mon, May 07, 2001 at 16:20:05 -0500, Bob Willcox wrote: I am working on a FreeBSD device driver for my Co's GSN adapter and need to be able to set my

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Kenneth D. Merry
On Mon, May 07, 2001 at 17:15:20 -0500, Bob Willcox wrote: On Mon, May 07, 2001 at 04:45:31PM -0500, Bob Willcox wrote: On Mon, May 07, 2001 at 03:38:02PM -0600, Kenneth D. Merry wrote: On Mon, May 07, 2001 at 16:20:05 -0500, Bob Willcox wrote: I am working on a FreeBSD device

Re: Realy LARGE TCP/IP Window Size?

2001-05-07 Thread Bob Willcox
On Mon, May 07, 2001 at 04:17:53PM -0600, Kenneth D. Merry wrote: On Mon, May 07, 2001 at 17:15:20 -0500, Bob Willcox wrote: On Mon, May 07, 2001 at 04:45:31PM -0500, Bob Willcox wrote: On Mon, May 07, 2001 at 03:38:02PM -0600, Kenneth D. Merry wrote: On Mon, May 07, 2001 at 16:20:05