mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r18051@catbus: nickm | 2008-02-12 15:20:43 -0500
Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation. svn:r13484
This commit is contained in:
+4
-4
@@ -445,10 +445,10 @@ command_process_destroy_cell(cell_t *cell, or_connection_t *conn)
|
||||
}
|
||||
}
|
||||
|
||||
/** Process a 'versions' cell. The current link protocol version must be 0
|
||||
* to indicate that no version has yet been negotiated. We compare the versions
|
||||
* cell to the list of versions we support, pick the highest version we
|
||||
* have in common, and continue the negotiation from there.
|
||||
/** Process a 'versions' cell. The current link protocol version must be 0 to
|
||||
* indicate that no version has yet been negotiated. We compare the versions
|
||||
* cell to the list of versions we support, pick the highest version we have
|
||||
* in common, and continue the negotiation from there.
|
||||
*/
|
||||
static void
|
||||
command_process_versions_cell(var_cell_t *cell, or_connection_t *conn)
|
||||
|
||||
Reference in New Issue
Block a user