Skip to content

Commit

Permalink
RDKTV-29964,DELIA-64899,DELIA-65238: Implement Retry logic in Connect…
Browse files Browse the repository at this point in the history
…ivity Monitoring

Reason for change: Increased the DEFAULT_MONITOR_RETRY_COUNT from 2 to 4
Test Procedure: Build and verified
Risks: Low
Priority: P1
Signed-off-by: Gururaaja ESR <[email protected]>
  • Loading branch information
Gururaaja E S R authored and Gururaaja E S R committed May 23, 2024
1 parent e3c94f3 commit 0ff49fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/NetworkConnectivity.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DEFAULT_MONITOR_TIMEOUT 60 // in seconds
#define MONITOR_TIMEOUT_INTERVAL_MIN 5
#define TEST_CONNECTIVITY_DEFAULT_TIMEOUT_MS 10000
#define DEFAULT_MONITOR_RETRY_COUNT 2
#define DEFAULT_MONITOR_RETRY_COUNT 4

enum nsm_ipversion {
NSM_IPRESOLVE_WHATEVER = 0, /* default, resolves addresses to all IP*/
Expand Down

0 comments on commit 0ff49fe

Please sign in to comment.