This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b0f751897cf3ad2d3bbdbc55b45909a164b06a5e
nuttx
/
net
/
inet
T
History
Gregory Nutt
b0f751897c
net/inet/inet_close.c: Extend some comments.
2019-07-01 08:24:39 -06:00
..
inet_close.c
net/inet/inet_close.c: Extend some comments.
2019-07-01 08:24:39 -06:00
inet_globals.c
net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected.
2018-11-10 09:43:44 -06:00
inet_recvfrom.c
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
2019-03-11 12:48:39 -06:00
inet_setipid.c
…
inet_sockif.c
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
inet.h
net/mld: Implement MLDv1 compatibility mode. This completes coding of MLD. MLD is, howeer, still completely untested.
2018-11-04 14:07:27 -06:00
ipv4_getpeername.c
…
ipv4_getsockname.c
…
ipv4_setsockopt.c
net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent.
2018-11-03 16:47:08 -06:00
ipv6_getpeername.c
…
ipv6_getsockname.c
…
ipv6_setsockopt.c
net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent.
2018-11-03 16:47:08 -06:00
Kconfig
…
Make.defs
…