Skip to content

Commit 46a2226

Browse files
committed
Use SystemProjectConfig.h for inet endpoint configuration
Instead of patching the config file in source tree simply set the configurations in the SystemProjectConfig.h header file.
1 parent b7ec5d9 commit 46a2226

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)