chore: update max silence time

This commit is contained in:
Michael Wolfendale 2024-07-02 16:14:43 +01:00
parent 18380590ab
commit 680abd3cb0
No known key found for this signature in database

View file

@ -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,
}
}