This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-19 20:39:39 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
bc265d74e768ffd0a8d70e88f3f31387f66542e4
nuttx
/
net
/
tcp
T
History
Gregory Nutt
0abe6c66d7
Update everything under nuttx/net to use the corrected syslog interfaces
2014-10-08 10:48:11 -06:00
..
Kconfig
…
Make.defs
…
tcp_appsend.c
…
tcp_backlog.c
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -06:00
tcp_callback.c
…
tcp_conn.c
…
tcp_input.c
…
tcp_listen.c
…
tcp_poll.c
…
tcp_send_buffered.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
tcp_send_unbuffered.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
tcp_send.c
…
tcp_seqno.c
…
tcp_timer.c
…
tcp_wrbuffer_dump.c
Update everything under nuttx/net to use the corrected syslog interfaces
2014-10-08 10:48:11 -06:00
tcp_wrbuffer.c
…
tcp.h
…