Re: TCP memory pressure question

Nivedita Singhvi (niv@us.ibm.com)
Thu, 21 Nov 2002 17:27:45 -0800


> When a Linux machine has reached the tcp_mem limit, what will happen to
> 'write's on non-blocking sockets? Will they block until more TCP memory is
> available? Will they return an error code? ENOMEM?
>
> If it varies by kernel version, details about different versions would be
> extremely helpful. I'm most interested in late 2.4 kernels.
>
> Thanks in advance.
>

Returns EAGAIN.
Fairly static ~late 2.4.

thanks,
Nivedita
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/