magic-wormhole/src/wormhole/server
Brian Warner cdb5c19010 websockets: turn on autoPingInterval to expire stale connections
With this, both clients and servers will send a PING at least once every
minute, and will drop connections that haven't seen any traffic for 10
minutes.

This should help keep NAT table entries alive, and will drop connections
that are no longer viable because their NAT entries have expired.

closes #60
2016-07-03 21:51:56 -07:00
..
db-schemas schema: add mailbox_usage.for_nameplate too 2016-06-26 11:18:48 -07:00
__init__.py unsplit wormhole_server step 2: edit files 2016-04-20 19:15:33 -07:00
cli.py server: hard-code --stats-file=stats.json 2016-06-26 17:55:28 -07:00
cmd_server.py server: hard-code --stats-file=stats.json 2016-06-26 17:55:28 -07:00
cmd_usage.py Change UsageError -> InternalError, use click.UsageError for human-visible errors 2016-06-22 02:14:34 -06:00
database.py DB: log schema upgrades 2016-06-26 18:04:00 -07:00
endpoint_service.py added unicode_literals import to all apropriate modules 2016-06-04 12:42:59 -07:00
rendezvous_websocket.py websockets: turn on autoPingInterval to expire stale connections 2016-07-03 21:51:56 -07:00
rendezvous.py rendezvous: rename stats keys for consistency 2016-06-26 17:49:36 -07:00
runner.py added unicode_literals import to all apropriate modules 2016-06-04 12:42:59 -07:00
server.py server: log get_stats time 2016-06-26 17:49:36 -07:00
transit_server.py transit: rename stats keys 2016-06-26 17:49:36 -07:00