commit 237fed1151f900c08edf83441cb2edebf8743978 Author: David Fifield david@bamsoftware.com Date: Thu Apr 2 12:36:09 2020 -0600
Update GitHub issue numbers to Trac ticket numbers. --- client/lib/rendezvous.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/lib/rendezvous.go b/client/lib/rendezvous.go index 1f98e26..c82fc9e 100644 --- a/client/lib/rendezvous.go +++ b/client/lib/rendezvous.go @@ -148,8 +148,8 @@ func NewWebRTCDialer(broker *BrokerChannel, iceServers []webrtc.ICEServer) *WebR
// Initialize a WebRTC Connection by signaling through the broker. func (w WebRTCDialer) Catch() (Snowflake, error) { - // TODO: [#3] Fetch ICE server information from Broker. - // TODO: [#18] Consider TURN servers here too. + // TODO: [#25591] Fetch ICE server information from Broker. + // TODO: [#25596] Consider TURN servers here too. connection := NewWebRTCPeer(w.webrtcConfig, w.BrokerChannel) err := connection.Connect() return connection, err
tor-commits@lists.torproject.org