Re: Socket buffer size limitation

2002-03-22 Thread John Polstra
In article <[EMAIL PROTECTED]>, Dinesh Nambisan <[EMAIL PROTECTED]> wrote: > Hello, > I have a situation where I'm trying to set the send and receive buffer > sizes on a socket to large values like 1 MB or so (dont ask why :-), > simple reason being we need it); and setsockopt for setting the bu

Socket buffer size limitation

2002-03-22 Thread Dinesh Nambisan
Hello, I have a situation where I'm trying to set the send and receive buffer sizes on a socket to large values like 1 MB or so (dont ask why :-), simple reason being we need it); and setsockopt for setting the buffer sizes seems to fail with ENOBUFS. On looking at the code in uipc_socket.c where