mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Optimised resource transfers, fixed resource transfer regression, removed txdelay from UDPInterface.
This commit is contained in:
parent
b61fa6ce8d
commit
459f6b792f
5 changed files with 47 additions and 28 deletions
|
@ -20,7 +20,7 @@ import RNS.vendor.umsgpack as umsgpack
|
|||
APP_NAME = "example_utilitites"
|
||||
|
||||
# We'll also define a default timeout, in seconds
|
||||
APP_TIMEOUT = 15.0
|
||||
APP_TIMEOUT = 45.0
|
||||
|
||||
##########################################################
|
||||
#### Server Part #########################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue