[tor-bugs] #32131 [Circumvention/Snowflake]: `SetDeadline not implemented` errors in proxy-go output

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Oct 18 17:14:50 UTC 2019


#32131: `SetDeadline not implemented` errors in proxy-go output
-------------------------------------+------------------------
 Reporter:  dcf                      |          Owner:  (none)
     Type:  defect                   |         Status:  new
 Priority:  Medium                   |      Milestone:
Component:  Circumvention/Snowflake  |        Version:
 Severity:  Normal                   |     Resolution:
 Keywords:                           |  Actual Points:
Parent ID:                           |         Points:
 Reviewer:                           |        Sponsor:
-------------------------------------+------------------------

Comment (by cohosh):

 I agree that we should not be printing out this many warnings.

 There are three ways to fix this:
 - undo these log messages from #31794 to not print out the returned error
 - change the SetDeadline (non)implementation to not return an error
 - implement SetDeadline for webRTCConn

 The last option is perhaps the "most correct" route but also isn't really
 necessary for us since the timeout of the websocket connection will cause
 the copyloop to end. I'm hesitant to add more code that isn't necessary to
 snowflake since there is also a potential for adding bugs.

 I guess I'd prefer just not logging the returned error.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32131#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list