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-12 14:13:21 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7a814ce1dc3b41efb069986ea8071389a0e2e505
nuttx
/
net
/
socket
T
History
Janne Rosberg
3331e9c49a
STM32 OTGHS host: stm32_in_transfer() fails and returns NAK if a short transfer is received. This causes problems from class drivers like CDC/ACM where short packets are expected. In those protocols, any transfer may be terminated by sending short or NUL packet.
2017-03-07 06:58:59 -06:00
..
accept.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
bind.c
…
connect.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
net_clone.c
…
net_close.c
…
net_dupsd2.c
…
net_dupsd.c
…
net_monitor.c
…
net_poll.c
…
net_sendfile.c
…
net_sockets.c
…
net_timeo.c
…
net_vfcntl.c
…
recv.c
More cancellation points
2016-12-09 15:17:58 -06:00
recvfrom.c
STM32 OTGHS host: stm32_in_transfer() fails and returns NAK if a short transfer is received. This causes problems from class drivers like CDC/ACM where short packets are expected. In those protocols, any transfer may be terminated by sending short or NUL packet.
2017-03-07 06:58:59 -06:00
send.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
sendto.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
setsockopt.c
…
socket.c
…
socket.h
…