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-15 21:19:09 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9b2a8e8c0e090ecf52d00a71cce17a274ce2cb32
nuttx
/
net
/
local
T
History
Jussi Kivilinna
8042c96f09
net/local: fix server lc_waitsem overflow
2017-09-01 07:47:29 -06:00
..
Kconfig
…
local_accept.c
net/local: fix accept for local stream sockets
2017-07-31 07:36:54 -06:00
local_bind.c
Socket interface: Added getsockname[C() interfaces.
2017-07-14 09:04:19 -06:00
local_conn.c
…
local_connect.c
net/local: fix server lc_waitsem overflow
2017-09-01 07:47:29 -06:00
local_fifo.c
…
local_listen.c
Networking: Fix typos introduced with network interface changes.
2017-07-14 06:02:49 -06:00
local_netpoll.c
…
local_recvfrom.c
Socket I/F: Add recvfrom() method to interface.
2017-07-12 17:36:05 -06:00
local_recvutils.c
…
local_release.c
…
local_send.c
Socket interface: Fix some configuration chaos. Sometime CONFIG_NET_UDP/TCP was used when CONFIG_NET_LOCAL_DGRAM/STREAM was intended.
2017-07-14 12:36:54 -06:00
local_sendpacket.c
…
local_sendto.c
…
local_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
local.h
net/local: fix accept for local stream sockets
2017-07-31 07:36:54 -06:00
Make.defs
…