File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y
91
91
# recycle tcp TIME_WAIT state faster
92
92
CONFIG_LWIP_TCP_MSL=10000
93
93
CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=5000
94
- #CONFIG_LWIP_TCP_MSS=1436
94
+ #CONFIG_LWIP_TCP_MSS=1420
95
95
CONFIG_LWIP_TCP_SYNMAXRTX=6
96
96
#CONFIG_LWIP_TCP_RTO_TIME=1500
97
97
CONFIG_LWIP_TCP_WND_DEFAULT=49116
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ CONFIG_ESP_WIFI_TX_BA_WIN=32
72
72
CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y
73
73
CONFIG_ESP_WIFI_RX_BA_WIN=32
74
74
75
- CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534
75
+ # CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534
76
76
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
79
79
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
80
80
81
81
CONFIG_LWIP_TCP_SACK_OUT=y
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
30
30
#
31
31
# Bluetooth
32
32
#
33
- CONFIG_BT_ENABLED=y
33
+ CONFIG_BT_ENABLED=n
34
34
CONFIG_BT_STACK_NO_LOG=y
35
35
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
36
36
# CONFIG_BLE_MESH is not set
37
- CONFIG_BT_NIMBLE_ENABLED=y
37
+ CONFIG_BT_NIMBLE_ENABLED=n
38
38
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
39
39
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=2
40
40
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
You can’t perform that action at this time.
0 commit comments