nuttx/net/icmp
Alexander Lunev 1e25602678 net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device.
tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.
The false timer decrements sometimes provoked TCP spurious retransmissions due to premature timeouts.
2021-10-11 23:09:00 -07:00
..
icmp_conn.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
icmp_input.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
icmp_netpoll.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmp_poll.c net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device. 2021-10-11 23:09:00 -07:00
icmp_recvmsg.c net/icmp: fix race condition in icmp recvmsg 2021-06-07 22:17:50 -05:00
icmp_sendmsg.c net: Rename IP_TTL to IP_TTL_DEFAULT 2021-07-12 16:30:37 -03:00
icmp_sockif.c net/icmp: add nonblocking support 2021-06-07 22:17:50 -05:00
icmp.h net/devif/devif_callback.c: corrected the connection event list to work as FIFO instead of LIFO. 2021-09-18 21:01:39 -05:00
Kconfig Squashed commit of the following: 2019-12-31 09:26:14 -06:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00