mirror of
https://github.com/minetest/minetest.git
synced 2025-09-18 11:20:35 +02:00
Use fixed, lower timeout for half-open connections
This commit is contained in:
@@ -653,6 +653,7 @@ protected:
|
||||
|
||||
void setResendTimeout(float timeout)
|
||||
{ MutexAutoLock lock(m_exclusive_access_mutex); resend_timeout = timeout; }
|
||||
|
||||
bool Ping(float dtime,SharedBuffer<u8>& data);
|
||||
|
||||
Channel channels[CHANNEL_COUNT];
|
||||
|
Reference in New Issue
Block a user