zephyr/subsys/net/ip
Mohan Kumar Kumar 5d37de8551 net: add rcvbuf socket option
Introduce set/get SO_RCVBUF option using the setsockopt
function. In addition, use the rcvbuf value to set the
tcp recv window.

Signed-off-by: Mohan Kumar Kumar <mohankm@fb.com>
2022-04-01 13:30:09 +02:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
connection.h
dhcpv4.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
dhcpv4.h
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
igmp.c
ipv4_autoconf_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
ipv4_autoconf.c
ipv4.c
ipv4.h
ipv6_fragment.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
ipv6_mld.c
ipv6_nbr.c
ipv6.c
ipv6.h
Kconfig net: add rcvbuf socket option 2022-04-01 13:30:09 +02:00
Kconfig.debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.ipv4 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.ipv6 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.mgmt kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: add rcvbuf socket option 2022-04-01 13:30:09 +02:00
net_core.c
net_if.c sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
net_mgmt.c
net_pkt.c net: pkt: Add net_pkt_rx_clone() function 2022-03-30 11:08:22 +02:00
net_private.h
net_shell.c net: shell: Fix packet leak in TCP receive handler 2022-03-11 09:21:51 +01:00
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
net_timeout.c
packet_socket.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
packet_socket.h
promiscuous.c
route.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
route.h
tcp_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp_private.h
tcp.c net: add rcvbuf socket option 2022-04-01 13:30:09 +02:00
tcp.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
tp_priv.h
tp.c
tp.h
trickle.c
udp_internal.h
udp.c
utils.c