mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
C5471 ethernet debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@431 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
31605b3da3
commit
f79be6280e
2 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ CONFIG_NET_SOCKOPTS=y
|
|||
CONFIG_NET_BUFSIZE=420
|
||||
CONFIG_NET_TCP=n
|
||||
CONFIG_NET_TCP_CONNS=40
|
||||
CONFIG_NET_NTCP_READAHEAD_BUFFERS=8
|
||||
CONFIG_NET_MAX_LISTENPORTS=40
|
||||
CONFIG_NET_UDP=n
|
||||
CONFIG_NET_UDP_CHECKSUMS=y
|
||||
|
|
|
|||
|
|
@ -279,6 +279,7 @@ CONFIG_NET_SOCKOPTS=y
|
|||
CONFIG_NET_BUFSIZE=420
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_TCP_CONNS=8
|
||||
CONFIG_NET_NTCP_READAHEAD_BUFFERS=32
|
||||
CONFIG_NET_MAX_LISTENPORTS=8
|
||||
CONFIG_NET_UDP=n
|
||||
CONFIG_NET_UDP_CHECKSUMS=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue