mirror of
https://github.com/minetest/minetest.git
synced 2025-07-07 10:20:28 +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