default to wss and some documentation updates, #40

This commit is contained in:
Serene H 2017-02-28 22:46:39 -08:00
parent d1ec51bfb9
commit 3fe10f3e7c
4 changed files with 23 additions and 6 deletions

View file

@ -22,6 +22,11 @@ class ProxyPair
onCleanup: null
id: null
###
Constructs a ProxyPair where:
- @relayAddr is the destination relay
- @rateLimit specifies a rate limit on traffic
###
constructor: (@relayAddr, @rateLimit) ->
@active = false
@id = genSnowflakeID()