mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
boards: spresense: Update rndis and rndis_smp defconfigs
Summary: - This commit adds CONFIG_NET_TCP_WRITE_BUFFERS=y to rndis and rndis_smp defconfigs Impact: - webserver performance will be improved Testing: - Tested with nxplayer, telnetd, webserver, iperf Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
e97ffb1f79
commit
48ab08c43d
@@ -103,6 +103,7 @@ CONFIG_NET_ROUTE=y
|
||||
CONFIG_NET_STATISTICS=y
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_TCPBACKLOG=y
|
||||
CONFIG_NET_TCP_WRITE_BUFFERS=y
|
||||
CONFIG_NET_UDP=y
|
||||
CONFIG_NFS=y
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
||||
@@ -105,6 +105,7 @@ CONFIG_NET_ROUTE=y
|
||||
CONFIG_NET_STATISTICS=y
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_TCPBACKLOG=y
|
||||
CONFIG_NET_TCP_WRITE_BUFFERS=y
|
||||
CONFIG_NET_UDP=y
|
||||
CONFIG_NFS=y
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
||||
Reference in New Issue
Block a user