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-20 04:47:58 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
4715caa2f9e55c98bf7be7c026ed1970cd2dec04
nuttx
/
net
/
tcp
T
History
Gregory Nutt
205260d5e2
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -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
NET: Fix a few problems after big merge of network reorganization
2014-07-06 17:58:36 -06:00
tcp_wrbuffer.c
…
tcp.h
NET: Fix a few problems after big merge of network reorganization
2014-07-06 17:58:36 -06:00