incubator-nuttx/net/tcp
Masayuki Ishikawa ec8bf5c8c1 net: tcp: Add DEBUGASSERT() in psock_tcp_send()
Summary:
- This commit adds DEBUGASSERT() to check the IOB size

Impact:
- None

Testing:
- Tested with sabre-6quad:netnsh with QEMU

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-01-29 00:05:01 -08:00
..
Kconfig net/tcp: implement the fast retransmit 2020-12-01 11:36:10 -06:00
Make.defs net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder 2020-01-21 08:30:39 -06:00
tcp.h net: Remove duplicate forward references. 2021-01-16 07:39:04 -08:00
tcp_accept.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_appsend.c net/tcp/tcp_appsend.c: Fix syslog formats 2020-11-27 05:18:57 -06:00
tcp_backlog.c Make the tcp_backlog error message clear 2020-02-24 11:35:01 -06:00
tcp_callback.c net/tcp: fix nxstyle warnings 2020-11-28 00:03:47 -06:00
tcp_close.c net/ & esp32/wlan: Fix some typos and nxstyle issues. 2021-01-14 07:57:27 -06:00
tcp_conn.c net/tcp/handshake: send the SYN immediately. 2020-12-18 14:16:11 +09:00
tcp_connect.c net/tcp/handshake: send the SYN immediately. 2020-12-18 14:16:11 +09:00
tcp_devpoll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
tcp_finddev.c Fix typos in comments 2020-02-14 08:50:45 -06:00
tcp_getsockopt.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
tcp_input.c net/tcp: rename the winszie to snd_wnd to make the semantics more accurate 2020-12-10 12:23:47 +09:00
tcp_ipselect.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
tcp_listen.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_monitor.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
tcp_netpoll.c Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00
tcp_notifier.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_recvfrom.c net/tcp: send the ack on nonblock mode 2020-12-18 14:16:11 +09:00
tcp_recvwindow.c net/tcp: correct the available iobs count if throttle is enabled 2020-11-28 23:24:44 -06:00
tcp_send.c net/tcp: add a member to record the current receiving window 2020-12-10 12:23:47 +09:00
tcp_send_buffered.c net: tcp: Add DEBUGASSERT() in psock_tcp_send() 2021-01-29 00:05:01 -08:00
tcp_send_unbuffered.c net/tcp: rename the winszie to snd_wnd to make the semantics more accurate 2020-12-10 12:23:47 +09:00
tcp_sendfile.c net/tcp: rename the winszie to snd_wnd to make the semantics more accurate 2020-12-10 12:23:47 +09:00
tcp_seqno.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
tcp_setsockopt.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
tcp_timer.c net/tcp: Rectified keepalive fix 2020-11-18 17:40:42 -03:00
tcp_txdrain.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_wrbuffer.c net/tcp: implement the fast retransmit 2020-12-01 11:36:10 -06:00
tcp_wrbuffer_dump.c net/tcp/tcp_wrbuffer_dump.c: Fix a syslog format 2020-11-20 22:22:53 -08:00