get things from one computer to another, safely
Go to file
Brian Warner 35630661a5 increase establish_connection() timeout to let relay work
If all the direct hints resulted in timeouts (e.g. they were to bad IP
addresses where connections just hang), the relay connection would fail.
The establish_connection() function had the same TIMEOUT as the
direct-hint connector, so it would give up just before the relay
connection was initiated.
2015-03-12 15:52:11 -07:00
docs fill in initiator flow, define relay API 2015-02-10 18:34:13 -08:00
src/wormhole increase establish_connection() timeout to let relay work 2015-03-12 15:52:11 -07:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore add first unit test, 'setup.py test' support 2015-02-10 01:05:15 -08: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 Initial commit 2015-02-10 00:38:44 -08:00
setup.py setup.py: include all packages= , I always forget that 2015-03-04 00:42:24 -08:00
versioneer.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00

wormhole-sync

get things from one computer to another, safely