mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add missing **/ to core_or.dox
This commit is contained in:
parent
3ae87c3c7f
commit
2ab5b7520e
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
@dir /core/or
|
@dir core/or
|
||||||
@brief core/or: *Onion routing happens here*.
|
@brief core/or: **Onion routing happens here!**
|
||||||
|
|
||||||
This is the central part of Tor that handles the core tasks of onion routing:
|
This is the central part of Tor that handles the core tasks of onion routing:
|
||||||
building circuit, handling circuits, attaching circuit to streams, moving
|
building circuit, handling circuits, attaching circuit to streams, moving
|
||||||
@ -60,3 +60,5 @@ encrypt, route, and interpret relay cells.
|
|||||||
|
|
||||||
`scheduler.c`
|
`scheduler.c`
|
||||||
: Decides which channel/circuit pair is ready to receive the next cell.
|
: Decides which channel/circuit pair is ready to receive the next cell.
|
||||||
|
|
||||||
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user