samples: net: sockets: big_http_download: Increase TCP recv window size
Increase TCP receive window size in the sample to improve the download speed. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
4f5a19482b
commit
b3188fdd1c
@ -14,7 +14,10 @@ CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
CONFIG_NET_CONTEXT_RCVTIMEO=y
|
||||
CONFIG_NET_CONTEXT_SNDTIMEO=y
|
||||
|
||||
CONFIG_NET_TCP_MAX_RECV_WINDOW_SIZE=5120
|
||||
|
||||
CONFIG_NET_PKT_TX_COUNT=6
|
||||
CONFIG_NET_BUF_RX_COUNT=64
|
||||
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user