mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
Squashed commit of the following:
net/udp: Address most of the issues with UDP write buffering. There is a remaining issue with handling one network going down in a multi-network environment. None of this has been test but it is certainly ready for test. Hence, the feature is marked EXPERIMENTAL.
net/udp: Some baby steps toward a corrected write buffering design.
net/udp: Remove pesky write buffer macros.
Eliminate trailing space at the end of lines.
net/udp: A little more UDP write buffering logic. Still at least on big gaping hole in the design.
net/udp: Undefined CONFIG_NET_SENDTO_TIMEOUT.
net/udp: Crude, naive port of the TCP write buffering logic into UDP. This commit is certainly non-functional and is simply a starting point for the implementatin of UDP write buffering.
net/udp: Rename udp/udp_psock_sendto.c udp/udp_psock_sendto_unbuffered.c.
|
||
|---|---|---|
| .. | ||
| arpa | ||
| cxx | ||
| net | ||
| netinet | ||
| netpacket | ||
| nuttx | ||
| sys | ||
| .gitignore | ||
| aio.h | ||
| assert.h | ||
| crc8.h | ||
| crc16.h | ||
| crc32.h | ||
| crc64.h | ||
| ctype.h | ||
| debug.h | ||
| dirent.h | ||
| dllfcn.h | ||
| elf32.h | ||
| errno.h | ||
| fcntl.h | ||
| fixedmath.h | ||
| hex2bin.h | ||
| inttypes.h | ||
| libgen.h | ||
| limits.h | ||
| locale.h | ||
| mqueue.h | ||
| netdb.h | ||
| nxflat.h | ||
| poll.h | ||
| pthread.h | ||
| queue.h | ||
| sched.h | ||
| semaphore.h | ||
| signal.h | ||
| spawn.h | ||
| stdbool.h | ||
| stddef.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| stdnoreturn.h | ||
| string.h | ||
| strings.h | ||
| syscall.h | ||
| syslog.h | ||
| termios.h | ||
| threads.h | ||
| time.h | ||
| unistd.h | ||
| wchar.h | ||
| wctype.h | ||