This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
31,988
Commits
1
Branch
0
Tags
291
MiB
6575480d5e
Commit Graph
3 Commits
Author
SHA1
Message
Date
Gregory Nutt
b54ffe858a
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
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
Jussi Kivilinna
f03aad084a
network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif: Add file missed in last commit
2017-07-31 09:49:19 -06:00