move datachannel into ProxyPair as client, use hardcoded default Relay as fallback

This commit is contained in:
Serene Han 2016-01-12 10:11:47 -08:00
parent cfd87d1798
commit a8477ee402
2 changed files with 257 additions and 254 deletions

View file

@ -188,7 +188,14 @@ testParseQueryString = ->
else
fail test.qs, test.expected, actual
testProxyPair = ->
announce 'testProxyPair'
addr = Params.parseAddress '0.0.0.0:35302'
console.log addr
pair = new ProxyPair(null, addr, 0)
pair.connectRelay()
testBuildUrl()
testParseCookieString()
testParseQueryString()
# testProxyPair()