]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit - netconn.c
Combine NetConn_UpdateSockets_Client() and NetConn_cl_netport_Callback()
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 24 Jan 2023 01:45:32 +0000 (11:45 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 24 Jan 2023 01:45:32 +0000 (11:45 +1000)
commit7d3156325e15df8e3d74b629b885dbd67f91f343
tree381231aa2c1ec1b55012482e32df93fcfec3cbae
parenta057e4757b55a90cbcdc287b3fdf54ccc2682315
Combine NetConn_UpdateSockets_Client() and NetConn_cl_netport_Callback()

These blocks must run together to avoid bug https://gitlab.com/xonotic/darkplaces/-/issues/376
Also, after a057e4757b55a90cbcdc287b3fdf54ccc2682315 the only
NetConn_UpdateSockets_Client() call site was in NetConn_cl_netport_Callback().

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