[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] some early bugfixes
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
connection.c or.h
Log Message:
some early bugfixes
our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.
Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- connection.c 4 Oct 2003 03:29:09 -0000 1.115
+++ connection.c 7 Oct 2003 16:30:04 -0000 1.116
@@ -351,8 +351,6 @@
at_most = 10*(CELL_PAYLOAD_SIZE - RELAY_HEADER_SIZE);
}
- at_most = 103; /* an unusual number, to force bugs into the open */
-
if(at_most > global_read_bucket)
at_most = global_read_bucket;
}
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- or.h 4 Oct 2003 08:19:23 -0000 1.157
+++ or.h 7 Oct 2003 16:30:05 -0000 1.158
@@ -95,7 +95,7 @@
#include "../common/log.h"
#include "../common/util.h"
-#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9"
+#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10"
#define MAXCONNECTIONS 1000 /* upper bound on max connections.
can be lowered by config file */