reduce delta with protocol5

Thu, 28 Jan 2021 11:39:30 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 28 Jan 2021 11:39:30 +0200
changeset 198
54d64e5a4204
parent 196
58d4a48f0904
child 199
927f4b8ef6f7
child 200
3fb775db4829

reduce delta with protocol5

sources/network/rconsession.cpp file | annotate | diff | comparison | revisions
--- a/sources/network/rconsession.cpp	Wed Jan 27 23:11:41 2021 +0200
+++ b/sources/network/rconsession.cpp	Thu Jan 28 11:39:30 2021 +0200
@@ -118,6 +118,7 @@
 		}
 	}
 
+	// Check for new packets in our socket
 	std::stringstream errors;
 	for (net::Datagram datagram; m_socket.read(datagram, errors);)
 	{

mercurial