diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-20 18:56:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-20 18:56:35 +0000 |
commit | 2aff87caae0055a4767e60356f44612db20ad5c1 (patch) | |
tree | 99dab8d7e82e8650c07e5c5fc40336e5ecbcb7cc /doc | |
parent | 5eef9177c57ccac03b6676e039c56bf7a6705198 (diff) | |
download | tor-2aff87caae0055a4767e60356f44612db20ad5c1.tar.gz tor-2aff87caae0055a4767e60356f44612db20ad5c1.zip |
Load hardware acceleration options when/where available. Can anybody test this?
svn:r4467
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/tor.1.in | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -107,7 +107,8 @@ N - Handle rendezvousing with unverified nodes. prefix. - cpu fixes: - see if we should make use of truncate to retry - - hardware accelerator support + o hardware accelerator support (configure engines.) + - hardware accelerator support (use instead of aes.c when reasonable) r - kill dns workers more slowly - continue decentralizing the directory - Specify and design all of the below before implementing any. diff --git a/doc/tor.1.in b/doc/tor.1.in index 986d19f7f3..f973a2eb6d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -154,6 +154,10 @@ minutes for clients, 15 minutes for servers) .TP \fBUser \fR\fIUID\fP On startup, setuid to this user. +.TP +\fBHardwareAccel \fR\fI0|1\fP +If non-zero, try to use crypto hardware acceleration when +available. (Default: 1. ) .SH CLIENT OPTIONS .PP |