bittorrent-tracker/lib
Feross Aboukhadijeh ac2c3d06d8 client: Re-use WebSocket connections
Use a socket pool, so tracker clients share WebSocket objects for the
same server.

In practice, WebSockets are pretty slow to establish, so this gives a
nice performance boost, and saves browser resources.
2015-05-27 13:09:15 +02:00
..
common-node.js Revert "prevent "value out of bounds error"" 2015-05-03 16:46:39 -07:00
common.js Limit number of WebRTC offers to only 5 2015-05-03 16:53:37 -07:00
http-tracker.js cache infohash and peerid 2015-05-20 06:45:59 -07:00
parse_http.js udp server: support multiple info_hash scrape 2015-05-01 17:36:07 -07:00
parse_udp.js One more fix for IPv6 UDP support 2015-05-03 14:20:17 -07:00
parse_websocket.js typo 2015-04-01 17:36:33 +13:00
swarm.js randomize the peers that are given out 2015-05-19 04:32:09 -07:00
udp-tracker.js after socket destroy, ignore all future errors 2015-05-17 13:53:36 -07:00
websocket-tracker.js client: Re-use WebSocket connections 2015-05-27 13:09:15 +02:00