mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Revert RTT fixes (#8187)
The reverted commit 968ce9af59
is suspected (through the use of bisection) of causing network slowdowns.
Revert for now as we are close to release.
This commit is contained in:
parent
2153163cbd
commit
7a0e52acd6
5 changed files with 39 additions and 35 deletions
|
@ -30,8 +30,7 @@ typedef enum {
|
|||
AVG_RTT,
|
||||
MIN_JITTER,
|
||||
MAX_JITTER,
|
||||
AVG_JITTER,
|
||||
TIMEOUT_COUNTER
|
||||
AVG_JITTER
|
||||
} rtt_stat_type;
|
||||
|
||||
class Peer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue