Skip to content

Commit

Permalink
Updated requester default TTL to match responder.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasko committed Jun 27, 2019
1 parent 9d7f93a commit c630274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ureq/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define DEF_INTERVAL 1000000000 ///< One second pause between payloads.
#define DEF_FINAL_WAIT 2000000000 ///< Two second wait time for responses.
#define DEF_UPDATE 60000000000 ///< One minute period of name resolution update.
#define DEF_TIME_TO_LIVE 32 ///< IP Time-To-Live value.
#define DEF_TIME_TO_LIVE 64 ///< IP Time-To-Live value.
#define DEF_EXIT_ON_ERROR false ///< Process exit on publishing error.
#define DEF_LOG_LEVEL LL_WARN ///< Log errors and warnings by default.
#define DEF_LOG_COLOR true ///< Colors in the notification output.
Expand Down

0 comments on commit c630274

Please sign in to comment.