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-06 08:36:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7ebef900fbe6d90fdb52012b5d0ce842f1130adb
nuttx
/
net
/
inet
T
History
Gregory Nutt
7ebef900fb
Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck.
2017-08-31 07:23:19 -06:00
..
inet_close.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
inet_globals.c
…
inet_recvfrom.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
inet_setipid.c
…
inet_sockif.c
Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck.
2017-08-31 07:23:19 -06:00
inet.h
…
ipv4_getsockname.c
…
ipv6_getsockname.c
…
Kconfig
…
Make.defs
…