Optimised resource transfers, fixed resource transfer regression, removed txdelay from UDPInterface.

This commit is contained in:
Mark Qvist 2020-06-10 10:58:13 +02:00
parent b61fa6ce8d
commit 459f6b792f
5 changed files with 47 additions and 28 deletions

View file

@ -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 #########################################