diff --git a/networktransport.hpp b/networktransport.hpp index ac8398b..f91e778 100644 --- a/networktransport.hpp +++ b/networktransport.hpp @@ -80,7 +80,7 @@ namespace Network { static const int SEND_INTERVAL_MAX = 250; /* ms between frames */ static const int ACK_INTERVAL = 1000; /* ms between empty acks */ static const int ACK_DELAY = 10; /* ms before delayed ack */ - static const int SEND_MINDELAY = 50; /* ms to collect all input */ + static const int SEND_MINDELAY = 20; /* ms to collect all input */ static const int HEADER_LEN = 120; /* helper methods for tick() */