mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
chore: update max silence time
This commit is contained in:
parent
18380590ab
commit
680abd3cb0
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ func NewStreamSettings() *StreamSettings {
|
|||
CompressionAlgorithm: compression.NewDummyCompression(),
|
||||
RTTRetransmit: 2, // * This value is taken from Xenoblade Chronicles, WATCH_DOGS sets this to 0x32 but it is then ignored. Setting this to 2 matches the TCP spec by not using resent packets in RTT calculations.
|
||||
RetransmitTimeoutMultiplier: 1.25,
|
||||
MaxSilenceTime: 5000,
|
||||
MaxSilenceTime: 10000,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue