mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Update some documentation for the bug 1525 fix
This commit is contained in:
parent
462568674a
commit
162c8847de
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- Ensure DNS requests launched by "RESOLVE" commands from the controller
|
- Ensure DNS requests launched by "RESOLVE" commands from the controller
|
||||||
respect __LeaveStreamsUnattached. Bugfix on 0.2.2.14-alpha;
|
respect __LeaveStreamsUnattached. Bugfix on 0.2.0.1-alpha;
|
||||||
fixes bug 1525.
|
fixes bug 1525.
|
||||||
|
|
|
@ -1409,7 +1409,10 @@ consider_plaintext_ports(edge_connection_t *conn, uint16_t port)
|
||||||
#define TRACKHOSTEXITS_RETRIES 5
|
#define TRACKHOSTEXITS_RETRIES 5
|
||||||
|
|
||||||
/** Call connection_ap_handshake_rewrite_and_attach() unless a controller
|
/** Call connection_ap_handshake_rewrite_and_attach() unless a controller
|
||||||
* asked us to leave streams unattached.
|
* asked us to leave streams unattached. Return 0 in that case.
|
||||||
|
*
|
||||||
|
* See connection_ap_handshake_rewrite_and_attach()'s
|
||||||
|
* documentation for arguments and return value.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
connection_ap_rewrite_and_attach_if_allowed(edge_connection_t *conn,
|
connection_ap_rewrite_and_attach_if_allowed(edge_connection_t *conn,
|
||||||
|
|
Loading…
Add table
Reference in a new issue