mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Updated example description
This commit is contained in:
parent
459f6b792f
commit
843c1a77b7
@ -3,6 +3,17 @@
|
||||
# server and client program. The server will serve a #
|
||||
# directory of files, and the clients can list and #
|
||||
# download files from the server. #
|
||||
# #
|
||||
# Please note that using RNS Resources for large file #
|
||||
# transfers is not recommended, since compression, #
|
||||
# encryption and hashmap sequencing can take a long time #
|
||||
# on systems with slow CPUs, which will probably result #
|
||||
# in the client timing out before the resource sender #
|
||||
# can complete preparing the resource. #
|
||||
# #
|
||||
# If you need to transfer large files, use the Bundle #
|
||||
# class instead, which will automatically slice the data #
|
||||
# into chunks suitable for packing as a Resource. #
|
||||
##########################################################
|
||||
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user