nuttx/net/tcp
YAMAMOTO Takashi acc3596adc tcp_netpoll.c: Fix a performance issue with CONFIG_NET_TCP_WRITE_BUFFERS
Tested with a modified version of webclient, which uses non-blocking i/o.
The packet dumps look more reasonable with this change.
2021-04-05 06:16:46 -05:00
..
Kconfig
Make.defs
tcp_accept.c
tcp_appsend.c
tcp_backlog.c
tcp_callback.c
tcp_close.c
tcp_conn.c net/tcp: support bind the same port with different domain 2021-04-01 20:05:14 -04:00
tcp_connect.c
tcp_devpoll.c
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c tcp_netpoll.c: Fix a performance issue with CONFIG_NET_TCP_WRITE_BUFFERS 2021-04-05 06:16:46 -05:00
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send_buffered.c net/tcp/tcp_send_buffered.c: Fix non-blocking I/O 2021-03-30 01:12:55 -05:00
tcp_send_unbuffered.c
tcp_send.c
tcp_sendfile.c tcp_sendfile.c: Remove an unused copy of CONFIG_NET_TCP_SPLIT_SIZE 2021-03-15 04:52:58 -07:00
tcp_seqno.c
tcp_setsockopt.c
tcp_timer.c net/tcp: reset the connection ref count before tcp_free() 2021-03-22 10:55:30 +09:00
tcp_txdrain.c
tcp_wrbuffer_dump.c
tcp_wrbuffer.c
tcp.h net/tcp/tcp.h: Remove unused extern g_netdevices 2021-03-30 12:27:50 -05:00