Skip to content

Commit 7d6371c

Browse files
committed
adjust lwip params
1 parent a33b01a commit 7d6371c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

configs/defconfig.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y
9191
# recycle tcp TIME_WAIT state faster
9292
CONFIG_LWIP_TCP_MSL=10000
9393
CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=5000
94-
#CONFIG_LWIP_TCP_MSS=1436
94+
#CONFIG_LWIP_TCP_MSS=1420
9595
CONFIG_LWIP_TCP_SYNMAXRTX=6
9696
#CONFIG_LWIP_TCP_RTO_TIME=1500
9797
CONFIG_LWIP_TCP_WND_DEFAULT=49116

configs/defconfig.esp32p4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ CONFIG_ESP_WIFI_TX_BA_WIN=32
7272
CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y
7373
CONFIG_ESP_WIFI_RX_BA_WIN=32
7474

75-
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534
75+
#CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534
7676
CONFIG_LWIP_TCP_WND_DEFAULT=65534
77-
CONFIG_LWIP_TCP_RECVMBOX_SIZE=64
78-
CONFIG_LWIP_UDP_RECVMBOX_SIZE=64
77+
CONFIG_LWIP_TCP_RECVMBOX_SIZE=48
78+
CONFIG_LWIP_UDP_RECVMBOX_SIZE=16
7979
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
8080

8181
CONFIG_LWIP_TCP_SACK_OUT=y

configs/defconfig.esp32s3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
3030
#
3131
# Bluetooth
3232
#
33-
CONFIG_BT_ENABLED=y
33+
CONFIG_BT_ENABLED=n
3434
CONFIG_BT_STACK_NO_LOG=y
3535
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
3636
# CONFIG_BLE_MESH is not set
37-
CONFIG_BT_NIMBLE_ENABLED=y
37+
CONFIG_BT_NIMBLE_ENABLED=n
3838
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
3939
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=2
4040
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set

0 commit comments

Comments
 (0)