[or-cvs] Load hardware acceleration options when/where available. C...
Nick Mathewson
nickm at seul.org
Mon Jun 20 18:56:36 UTC 2005
Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv22033/doc
Modified Files:
TODO tor.1.in
Log Message:
Load hardware acceleration options when/where available. Can anybody test this?
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- TODO 20 Jun 2005 00:10:31 -0000 1.327
+++ TODO 20 Jun 2005 18:56:34 -0000 1.328
@@ -107,7 +107,8 @@
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.
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- tor.1.in 11 Jun 2005 12:23:11 -0000 1.90
+++ tor.1.in 20 Jun 2005 18:56:34 -0000 1.91
@@ -154,6 +154,10 @@
.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
More information about the tor-commits
mailing list