client: re-define the meaning of poke()

This commit is contained in:
Michael Davidsaver
2023-04-13 10:19:47 -07:00
parent dd2f076b4a
commit 20e0fa8ca5
4 changed files with 42 additions and 18 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ void Connection::handle_CONNECTION_VALIDATED()
if(nameserver) {
log_info_printf(io, "(re)connected to nameserver %s\n", peerName.c_str());
context->poke(true);
context->poke();
}
}