]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
net_slist: timeout-related fixes
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 12 Sep 2024 11:52:43 +0000 (21:52 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 12 Sep 2024 13:07:43 +0000 (23:07 +1000)
commit4f185449841744317166c88522d40e4c6c67a892
treeb6a7b439753fced06c321bed2ae64c5783d41331
parent67ffc8e78f2716964384526456ee6eb0365b4ebe
net_slist: timeout-related fixes

Ignores refresh requests while a refresh is in progress.
This prevents live servers getting timed out, which sometimes happened
when Xonotic menu QC responded to a server list mouseover event.

Fixes incorrect types in timeout check and ping comparison.

Adds some debug messages.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
netconn.c
netconn.h