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-21 04:52:02 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
10eed5deef807c007c2d3dfe696d3aa344ca82d8
nuttx
/
net
/
pkt
T
History
Gregory Nutt
054b147114
net/: Versions of psock_send() and pock_sendto() should not set errno. That is taken care of at a higher level in the send()/sendto() implementation as appropriate.
2017-09-30 06:41:56 -06:00
..
Kconfig
…
Make.defs
…
pkt_callback.c
…
pkt_conn.c
Update net_timedwait() and net_lockedwait() call sites to handle negated errno in return value
2017-09-04 07:56:51 -06:00
pkt_finddev.c
Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code.
2017-08-08 14:24:12 -06:00
pkt_input.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
pkt_poll.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
pkt_recvfrom.c
Update net_timedwait() and net_lockedwait() call sites to handle negated errno in return value
2017-09-04 07:56:51 -06:00
pkt_send.c
net/: Versions of psock_send() and pock_sendto() should not set errno. That is taken care of at a higher level in the send()/sendto() implementation as appropriate.
2017-09-30 06:41:56 -06:00
pkt_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
pkt.h
net/: Versions of psock_send() and pock_sendto() should not set errno. That is taken care of at a higher level in the send()/sendto() implementation as appropriate.
2017-09-30 06:41:56 -06:00