nuttx/net/devif
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
..
devif_callback.c net/devif/devif_callback.c: made the connection event list doubly linked. 2021-09-21 03:51:06 -07:00
devif_cansend.c
devif_forward.c
devif_initialize.c
devif_iobsend.c
devif_loopback.c
devif_pktsend.c
devif_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
devif_send.c
devif.h net/devif/devif_callback.c: made the connection event list doubly linked. 2021-09-21 03:51:06 -07:00
ipv4_input.c
ipv6_input.c
Make.defs