1072b5b564
There're some apps trying to set too large SO_SNDBUF and SO_RCVBUF, which may use all IOBs in one socket and block all other network traffic. Note: Linux silently limits SO_SNDBUF to be less than `sysctl_wmem_max`, so we can also do this limit without returning any error. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com> |
||
---|---|---|
.. | ||
inet_globals.c | ||
inet_sockif.c | ||
inet_txdrain.c | ||
inet.h | ||
ipv4_build_header.c | ||
ipv4_getpeername.c | ||
ipv4_getsockname.c | ||
ipv4_getsockopt.c | ||
ipv4_setsockopt.c | ||
ipv6_build_header.c | ||
ipv6_getpeername.c | ||
ipv6_getsockname.c | ||
ipv6_getsockopt.c | ||
ipv6_setsockopt.c | ||
Kconfig | ||
Make.defs |