mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
stutter therapy lessons
svn:r5191
This commit is contained in:
parent
8434595584
commit
be478bb56c
@ -1454,8 +1454,8 @@ handle_control_getinfo(connection_t *conn, uint32_t len, const char *body)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Callled when we get an EXTENDCIRCUIT message. Try to extend the listed
|
/** Called when we get an EXTENDCIRCUIT message. Try to extend the listed
|
||||||
* circuit, and report succcess or failure. */
|
* circuit, and report success or failure. */
|
||||||
static int
|
static int
|
||||||
handle_control_extendcircuit(connection_t *conn, uint32_t len,
|
handle_control_extendcircuit(connection_t *conn, uint32_t len,
|
||||||
const char *body)
|
const char *body)
|
||||||
@ -1584,8 +1584,8 @@ handle_control_extendcircuit(connection_t *conn, uint32_t len,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Callled when we get an ATTACHSTREAM message. Try to attach the requested
|
/** Called when we get an ATTACHSTREAM message. Try to attach the requested
|
||||||
* stream, and report succcess or failure. */
|
* stream, and report success or failure. */
|
||||||
static int
|
static int
|
||||||
handle_control_attachstream(connection_t *conn, uint32_t len,
|
handle_control_attachstream(connection_t *conn, uint32_t len,
|
||||||
const char *body)
|
const char *body)
|
||||||
@ -1677,8 +1677,8 @@ handle_control_attachstream(connection_t *conn, uint32_t len,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Callled when we get a POSTDESCRIPTORT message. Try to learn the provided
|
/** Called when we get a POSTDESCRIPTOR message. Try to learn the provided
|
||||||
* descriptor, and report succcess or failure. */
|
* descriptor, and report success or failure. */
|
||||||
static int
|
static int
|
||||||
handle_control_postdescriptor(connection_t *conn, uint32_t len,
|
handle_control_postdescriptor(connection_t *conn, uint32_t len,
|
||||||
const char *body)
|
const char *body)
|
||||||
|
Loading…
Reference in New Issue
Block a user