diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index 8fed2f593..268b055e6 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -1737,7 +1737,7 @@ namespace llarp ++itr; } // send control message if we look too quiet - if(now - lastGoodSend > 60000) + if(now - lastGoodSend > (sendTimeout / 2)) { Encrypted< 64 > tmp; tmp.Randomize();