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