Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
411a18e3
Commit
411a18e3
authored
Oct 12, 2003
by
Roger Dingledine
Browse files
put out 0.0.2pre12
(mainly doc and log changes) svn:r579
parent
88a068b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
411a18e3
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.0.2pre1
1
)
AM_INIT_AUTOMAKE(tor, 0.0.2pre1
2
)
AM_CONFIG_HEADER(orconfig.h)
CFLAGS="-Wall -O2 -I/usr/kerberos/include"
...
...
doc/TODO
View file @
411a18e3
make connection_flush_buf() more obviously obsolete
let hup reread the config file, eg so we can get new exit policies without restarting
use times(2) rather than gettimeofday to measure how long it takes to process a cell
...
...
src/or/or.h
View file @
411a18e3
...
...
@@ -95,7 +95,7 @@
#include
"../common/log.h"
#include
"../common/util.h"
#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11"
#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11
,0.0.2pre12,0.0.2pre13
"
#define MAXCONNECTIONS 1000
/* upper bound on max connections.
can be lowered by config file */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment