Skip to content

Commit 1f8e5d2

Browse files
committed
fix: decrease the max amount of HAP HTTP open sockets
1 parent 3856b24 commit 1f8e5d2

9 files changed

+2
-2
lines changed

lib/libesp_hap_apple_profiles.a

0 Bytes
Binary file not shown.

lib/libesp_hap_core.a

0 Bytes
Binary file not shown.

lib/libesp_hap_extras.a

0 Bytes
Binary file not shown.

lib/libesp_hap_platform.a

8 Bytes
Binary file not shown.

lib/libhkdf-sha.a

0 Bytes
Binary file not shown.

lib/libjson_generator.a

0 Bytes
Binary file not shown.

lib/libjson_parser.a

0 Bytes
Binary file not shown.

lib/libmu_srp.a

0 Bytes
Binary file not shown.

sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ CONFIG_I2C_RETRY_COUNT=200
445445
CONFIG_HAP_HTTP_STACK_SIZE=12288
446446
CONFIG_HAP_HTTP_SERVER_PORT=8080
447447
CONFIG_HAP_HTTP_CONTROL_PORT=32859
448-
CONFIG_HAP_HTTP_MAX_OPEN_SOCKETS=8
448+
CONFIG_HAP_HTTP_MAX_OPEN_SOCKETS=6
449449
CONFIG_HAP_HTTP_MAX_URI_HANDLERS=16
450450

451451
#
@@ -606,7 +606,7 @@ CONFIG_LOG_COLORS=
606606
CONFIG_L2_TO_L3_COPY=
607607
CONFIG_ETHARP_SUPPORT_VLAN=
608608
CONFIG_LWIP_IRAM_OPTIMIZATION=
609-
CONFIG_LWIP_MAX_SOCKETS=10
609+
CONFIG_LWIP_MAX_SOCKETS=6
610610
CONFIG_LWIP_RANDOMIZE_INITIAL_LOCAL_PORTS=y
611611
CONFIG_USE_ONLY_LWIP_SELECT=
612612
CONFIG_LWIP_SO_LINGER=

0 commit comments

Comments
 (0)