log pytouhou/network.py @ 772:7492d384d122 default tip

age author description
Fri, 26 Aug 2022 18:55:39 +0200 Emmanuel Gil Peyrot Python: Use logger.warning() as logger.warn() is deprecated
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Sat, 28 Sep 2013 20:11:41 +0200 Emmanuel Gil Peyrot Various netplay-related fixes.
Sun, 15 Jan 2012 15:36:23 +0100 Thibaut Girka Improve network latency by increasing game latency to 3 frames.
Thu, 29 Dec 2011 10:35:54 +0100 Thibaut Girka Don't stick with the remote user unless the game has started, avoid skipping to prevent desynchro
Thu, 29 Dec 2011 01:10:34 +0100 Thibaut Girka Remove useless checksum, and wait as long as possible for valid packets (do not stop waiting on invalid packets)