Loading doc/tor.1.in +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these ports will contain only high-uptime nodes, to reduce the chance that a node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300, 8888) (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300) .LP .TP \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR Loading src/or/config.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static config_var_t _option_vars[] = { VAR("LogFile", LINELIST_S, OldLogOptions, NULL), VAR("LogLevel", LINELIST_S, OldLogOptions, NULL), VAR("LongLivedPorts", CSV, LongLivedPorts, "21,22,706,1863,5050,5190,5222,5223,6667,8300,8888"), "21,22,706,1863,5050,5190,5222,5223,6667,8300"), VAR("MapAddress", LINELIST, AddressMap, NULL), VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"128 TB"), VAR("MaxCircuitDirtiness", INTERVAL, MaxCircuitDirtiness, "10 minutes"), Loading Loading
doc/tor.1.in +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these ports will contain only high-uptime nodes, to reduce the chance that a node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300, 8888) (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300) .LP .TP \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR Loading
src/or/config.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static config_var_t _option_vars[] = { VAR("LogFile", LINELIST_S, OldLogOptions, NULL), VAR("LogLevel", LINELIST_S, OldLogOptions, NULL), VAR("LongLivedPorts", CSV, LongLivedPorts, "21,22,706,1863,5050,5190,5222,5223,6667,8300,8888"), "21,22,706,1863,5050,5190,5222,5223,6667,8300"), VAR("MapAddress", LINELIST, AddressMap, NULL), VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"128 TB"), VAR("MaxCircuitDirtiness", INTERVAL, MaxCircuitDirtiness, "10 minutes"), Loading