mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
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.h | ||
| inet_globals.c | ||
| inet_sockif.c | ||
| inet_txdrain.c | ||
| 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 | ||