get things from one computer to another, safely
Go to file
Brian Warner c8d2fc8750 relay: improve the way we allocate channels
Now the server allocates a channel randomly from set of available ids
with the shortest possible length. So concurrency=1 will always yield a
channel-id between 1 and 9 (inclusive). If we have 9 simultaneous
sessions, we'll start allocating channels from 10 to 99. 100
simultaneous connections kicks us into the 100-999 bucket, etc.
2015-04-09 22:45:04 -05:00
docs update API docs 2015-03-25 17:02:57 -07:00
src/wormhole relay: improve the way we allocate channels 2015-04-09 22:45:04 -05:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore ignore twistd.pid 2015-04-09 11:47:01 -07:00
LICENSE Initial commit 2015-02-10 00:38:44 -08:00
MANIFEST.in initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
README.md new name: magic-wormhole 2015-03-23 23:38:47 -07:00
setup.py require spake2==0.2, which uses Ed25519 as a default 2015-04-09 10:40:16 -07:00
versioneer.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00

magic-wormhole

get things from one computer to another, safely