This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 08:36:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4bd2a9e1b2087d0b9027def2168b092f31cfb877
nuttx
/
net
/
tcp
T
History
Gregory Nutt
69056d4053
net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS.
2019-02-14 15:38:36 -06:00
..
Kconfig
sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix.
2019-01-27 11:02:56 -06:00
Make.defs
…
tcp_accept.c
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
2019-02-11 15:47:25 -06:00
tcp_appsend.c
…
tcp_backlog.c
…
tcp_callback.c
…
tcp_conn.c
…
tcp_connect.c
…
tcp_devpoll.c
…
tcp_finddev.c
…
tcp_getsockopt.c
…
tcp_input.c
…
tcp_ipselect.c
…
tcp_listen.c
net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS.
2019-02-14 15:38:36 -06:00
tcp_monitor.c
…
tcp_netpoll.c
…
tcp_notifier.c
…
tcp_recvwindow.c
…
tcp_send_buffered.c
net/tcp/tcp_send_buffered.c: Fix assertion crash when window size is zero.
2019-02-14 08:39:16 -06:00
tcp_send_unbuffered.c
net/neighbor: neighbor_lookup() checks if the target IP belongs to one of the local network devices.
2018-11-09 14:14:15 -06:00
tcp_send.c
…
tcp_sendfile.c
net/neighbor: neighbor_lookup() checks if the target IP belongs to one of the local network devices.
2018-11-09 14:14:15 -06:00
tcp_seqno.c
…
tcp_setsockopt.c
…
tcp_timer.c
…
tcp_wrbuffer_dump.c
…
tcp_wrbuffer.c
…
tcp.h
net/tcp/tcp.h: Fix a muffed edit to conditional found in build testing.
2019-02-11 15:54:31 -06:00