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-05-13 02:18:38 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
1b18f10bee2b00a46b9e92f62c200458f7abce98
nuttx
/
net
/
udp
T
History
Gregory Nutt
8c4cefdd10
Fix some new warndings found in build testing.
2018-09-15 13:22:45 -06:00
..
Kconfig
Signals were not a good choice of IPC to implement the poll function for several reasons: In order to handle the asynchrnous poll-related event, a substantial amount of state information is needed. Signals are only capable of passing minimal amounts of data. There are also complexities with performing kernel space signal handlers in kernel space code that is better to avoid. So, instead of signals, the equivalent logic was converted to run via a callback that executes on the high-priority work queue.
2018-09-09 15:01:44 -06:00
Make.defs
net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered.
2018-09-09 09:21:39 -06:00
udp_callback.c
net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered.
2018-09-09 09:21:39 -06:00
udp_conn.c
…
udp_devpoll.c
…
udp_finddev.c
…
udp_input.c
…
udp_ipselect.c
…
udp_netpoll.c
net/udp/udp_netpoll.c: Port TCP poll changes to UDP.
2018-09-12 10:10:54 -06:00
udp_notifier.c
mm/iob: IOB free notifier should accept the work queue ID as a paramter. The notification may need to run on either the high- or low- priority work queue. sched/work: Change the default priority of the low-priority work queue to 100.
2018-09-11 08:49:39 -06:00
udp_psock_send.c
…
udp_psock_sendto_buffered.c
net/udp/udp_netpoll.c: Port TCP poll changes to UDP.
2018-09-12 10:10:54 -06:00
udp_psock_sendto_unbuffered.c
net/udp/udp_netpoll.c: Port TCP poll changes to UDP.
2018-09-12 10:10:54 -06:00
udp_send.c
…
udp_setsockopt.c
…
udp_wrbuffer_dump.c
…
udp_wrbuffer.c
…
udp.h
Fix some new warndings found in build testing.
2018-09-15 13:22:45 -06:00