[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #1751 [Tor Relay]: Project: Make it harder to use exits as one-hop proxies
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs