mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Tuned resource window
This commit is contained in:
parent
1ac7238347
commit
8451bbe7e6
@ -65,9 +65,10 @@ class Resource:
|
||||
|
||||
# If the RTT rate is higher than this value,
|
||||
# the max window size for fast links will be used.
|
||||
# The default is 3 Mbps (the value is stored in
|
||||
# bytes per second).
|
||||
RATE_FAST = (3*1000*1000)/8
|
||||
# The default is 675 Kbps (the value is stored in
|
||||
# bytes per second, hence the "/ 8").
|
||||
# TODO: Reset
|
||||
RATE_FAST = (675*1000) / 8
|
||||
|
||||
# The minimum allowed flexibility of the window size.
|
||||
# The difference between window_max and window_min
|
||||
|
Loading…
Reference in New Issue
Block a user