Skip to content

Commit

Permalink
Set CHIP_CONFIG_MDNS_RESOLVE_LOOKUP_RESULTS in linux platform (#30952)
Browse files Browse the repository at this point in the history
This commit makes possible to try next IP address if connection on current IP address was failed on lunux platform

Now it works only on Darwin platform, because CHIP_CONFIG_MDNS_RESOLVE_LOOKUP_RESULTS is 5 on this platform.
But in linux platform it doesnt work
  • Loading branch information
rus084 authored and pull[bot] committed May 17, 2024
1 parent b677ebf commit 41ce919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/Linux/SystemPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ struct ChipDeviceEvent;
#define CHIP_SYSTEM_CONFIG_POOL_USE_HEAP 1

// ========== Platform-specific Configuration Overrides =========
#define CHIP_CONFIG_MDNS_RESOLVE_LOOKUP_RESULTS 5

0 comments on commit 41ce919

Please sign in to comment.