From: Felix Fietkau Date: Fri, 16 Sep 2022 19:14:20 +0000 (+0200) Subject: pex: update last query sent timestamp X-Git-Url: http://git.openwrt.org/openwrt/openwrt.git;HEAD?a=commitdiff_plain;h=e065a7627a4678565f024808f67529a4c9afa053;p=project%2Funetd.git pex: update last query sent timestamp Signed-off-by: Felix Fietkau --- diff --git a/pex.c b/pex.c index 0707ef0..632d016 100644 --- a/pex.c +++ b/pex.c @@ -376,6 +376,7 @@ network_pex_query_hosts(struct network *net) D_PEER(net, peer, "send query for %d hosts", hosts); pex_msg_send(net, peer); + peer->state.last_query_sent = now; return; } }