mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Link window optimisations
This commit is contained in:
parent
4d0ca28902
commit
bcfcf4eb86
4 changed files with 16 additions and 8 deletions
|
@ -8,8 +8,8 @@ from time import sleep
|
|||
|
||||
class Resource:
|
||||
WINDOW_MIN = 1
|
||||
WINDOW_MAX = 10
|
||||
WINDOW = 5
|
||||
WINDOW_MAX = 7
|
||||
WINDOW = 4
|
||||
MAPHASH_LEN = 4
|
||||
SDU = RNS.Reticulum.MTU - RNS.Packet.HEADER_MAXSIZE
|
||||
RANDOM_HASH_SIZE = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue