mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fix whitespace; add a todo item
svn:r9148
This commit is contained in:
parent
973baa1673
commit
ad5ce3c7ed
3
doc/TODO
3
doc/TODO
@ -299,6 +299,9 @@ R - "bandwidth classes", for incoming vs initiated-here conns,
|
|||||||
- (Can we suppress cnames? Should we?)
|
- (Can we suppress cnames? Should we?)
|
||||||
|
|
||||||
Minor items for 0.1.2.x as time permits:
|
Minor items for 0.1.2.x as time permits:
|
||||||
|
R - add d64 and fp64 along-side d and fp so people can paste status
|
||||||
|
entries into a url. since + is a valid base64 char, only allow one
|
||||||
|
at a time. spec and then do.
|
||||||
D don't do dns hijacking tests if we're reject *:* exit policy?
|
D don't do dns hijacking tests if we're reject *:* exit policy?
|
||||||
(deferred until 0.1.1.x is less common)
|
(deferred until 0.1.1.x is less common)
|
||||||
o Some way for the authorities to set BadExit for some nodes manually.
|
o Some way for the authorities to set BadExit for some nodes manually.
|
||||||
|
@ -778,8 +778,9 @@ static int did_circs_fail_last_period = 0;
|
|||||||
/** Launch a new circuit; see circuit_launch_by_extend_info() for
|
/** Launch a new circuit; see circuit_launch_by_extend_info() for
|
||||||
* details on arguments. */
|
* details on arguments. */
|
||||||
origin_circuit_t *
|
origin_circuit_t *
|
||||||
circuit_launch_by_router(uint8_t purpose, int onehop_tunnel, routerinfo_t *exit,
|
circuit_launch_by_router(uint8_t purpose, int onehop_tunnel,
|
||||||
int need_uptime, int need_capacity, int internal)
|
routerinfo_t *exit, int need_uptime,
|
||||||
|
int need_capacity, int internal)
|
||||||
{
|
{
|
||||||
origin_circuit_t *circ;
|
origin_circuit_t *circ;
|
||||||
extend_info_t *info = NULL;
|
extend_info_t *info = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user