mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
move datachannel into ProxyPair as client, use hardcoded default Relay as fallback
This commit is contained in:
parent
cfd87d1798
commit
a8477ee402
2 changed files with 257 additions and 254 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue