nuttx/net/can
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
..
can_callback.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
can_conn.c
can_getsockopt.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
can_input.c
can_notifier.c
can_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
can_recvmsg.c
can_sendmsg.c
can_setsockopt.c
can_sockif.c
can.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
Make.defs