Skip to content

Commit 87eae96

Browse files
authored
Merge pull request #94 from home-assistant-libs/use-system-config-for-inet-endpoint-config
[1.3-branch] Use SystemProjectConfig.h for inet endpoint configuration
2 parents b7ec5d9 + 46a2226 commit 87eae96

2 files changed

+6
-40
lines changed

0003-Linux-Increase-number-of-endpoints.patch

-40
This file was deleted.

SystemProjectConfig.h

+6
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@
2828
//#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX 9050
2929
#endif
3030

31+
// Users run into endpoint limits, posting "Endpoint pool full" in various
32+
// setups. This is likely caused by installations with many containers
33+
// running or similar.
34+
#define INET_CONFIG_NUM_TCP_ENDPOINTS 128
35+
#define INET_CONFIG_NUM_UDP_ENDPOINTS 128
36+
3137
#endif /* SYSTEMPROJECTCONFIG_H */

0 commit comments

Comments
 (0)