Skip to content

Commit

Permalink
* Increase SRP services - MF1.17
Browse files Browse the repository at this point in the history
* Increase Unauthenticated sessions - MF1.17
  • Loading branch information
jimlyall-q committed Oct 28, 2021
1 parent 36329e1 commit 9307f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@
* simultaneously.
*/
#ifndef CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE
#define CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE 4
#define CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE 5
#endif // CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE

/**
Expand Down
2 changes: 1 addition & 1 deletion src/platform/qpg/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#if CHIP_ENABLE_OPENTHREAD
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT 1
#define CHIP_DEVICE_CONFIG_THREAD_SRP_MAX_SERVICES 4
#define CHIP_DEVICE_CONFIG_THREAD_SRP_MAX_SERVICES 5
#endif

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
Expand Down

0 comments on commit 9307f9e

Please sign in to comment.