mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add TX data notification
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@397 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -221,6 +221,9 @@ defconfig -- This is a configuration file similar to the Linux
|
|||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers
|
CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers
|
||||||
(may be zero)
|
(may be zero)
|
||||||
|
CONFIG_NET_TCPURGDATA - Determines if support for TCP urgent data
|
||||||
|
notification should be compiled in. Urgent data (out-of-band data)
|
||||||
|
is a rarely used TCP feature that is very seldom would be required.
|
||||||
CONFIG_NET_UDP - UDP support on or off
|
CONFIG_NET_UDP - UDP support on or off
|
||||||
CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off
|
CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off
|
||||||
CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP
|
CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP
|
||||||
|
|||||||
Reference in New Issue
Block a user