mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 22:53:01 +00:00
Implements basic TCP connection logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@326 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3a26305016
commit
c2b285ca10
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ CONFIG_FS_FAT=y
|
|||
# CONFIG_NET_FWCACHE_SIZE - number of packets to remember when looking for duplicates
|
||||
CONFIG_NET=n
|
||||
CONFIG_NET_IPv6=n
|
||||
CONFIG_NSOCKET_DESCRIPTORS=8
|
||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||
CONFIG_NET_MAX_CONNECTIONS=40
|
||||
CONFIG_NET_MAX_LISTENPORTS=40
|
||||
CONFIG_NET_BUFFER_SIZE=420
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue