[tor-bugs] #1751 [Tor Relay]: Project: Make it harder to use exits as one-hop proxies

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sat Sep 25 23:14:07 UTC 2010


#1751: Project: Make it harder to use exits as one-hop proxies
-----------------------+----------------------------------------------------
 Reporter:  nickm      |       Owner:                     
     Type:  task       |      Status:  needs_review       
 Priority:  normal     |   Milestone:  Deliverable-Sep2010
Component:  Tor Relay  |     Version:                     
 Keywords:             |      Parent:                     
-----------------------+----------------------------------------------------

Comment(by arma):

 {{{
   int ConnLimit; /**< Demanded minimum number of simultaneous connections.
 */
   int _ConnLimit; /**< Maximum allowed number of simultaneous connections.
 */
 }}}
 vs
 {{{
 +  const char *RefuseUnknownExits;
 +  /** Parsed version of RefuseUnknownExits. -1 for auto. */
 +  int RefuseUnknownExits_;
 }}}
 Pick a convention: we want the underscore before or after? (I have a mild
 preference for before, but maybe that's simply because that's what you
 picked last time and I got used to it.)

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


More information about the tor-bugs mailing list