mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
NewWebRTCDialer cannot return an error.
This commit is contained in:
parent
d6467ff585
commit
509f634506
1 changed files with 0 additions and 4 deletions
|
@ -134,10 +134,6 @@ func main() {
|
|||
broker := sf.NewBrokerChannel(*brokerURL, *frontDomain, sf.CreateBrokerTransport())
|
||||
snowflakes.Tongue = sf.NewWebRTCDialer(broker, iceServers)
|
||||
|
||||
if nil == snowflakes.Tongue {
|
||||
log.Fatal("Unable to prepare rendezvous method.")
|
||||
return
|
||||
}
|
||||
// Use a real logger to periodically output how much traffic is happening.
|
||||
snowflakes.BytesLogger = &sf.BytesSyncLogger{
|
||||
InboundChan: make(chan int, 5),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue