Skip to content

Commit

Permalink
Set MAX_EXCHANGE_CONTEXT and NUM_UDP_ENDPOINT to match minimal requir…
Browse files Browse the repository at this point in the history
…ements of matter spec (#22078)
  • Loading branch information
jmartinez-silabs authored Aug 22, 2022
1 parent 6681060 commit f6929bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/EFR32/CHIPPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#endif // CHIP_CONFIG_MAX_UNSOLICITED_MESSAGE_HANDLERS

#ifndef CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 8
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 20
#endif // CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS

#ifndef CHIP_LOG_FILTERING
Expand Down
2 changes: 1 addition & 1 deletion src/platform/EFR32/InetPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
#endif // INET_CONFIG_NUM_TCP_ENDPOINTS

#ifndef INET_CONFIG_NUM_UDP_ENDPOINTS
#define INET_CONFIG_NUM_UDP_ENDPOINTS 6
#define INET_CONFIG_NUM_UDP_ENDPOINTS 20
#endif // INET_CONFIG_NUM_UDP_ENDPOINTS

0 comments on commit f6929bb

Please sign in to comment.