tor/src/or
Roger Dingledine ccdef66b68 new link padding scheme
we're now much more robust when bandwidth varies: instead of forcing a
fixed bandwidth on the link, we instead use what the link will give us,
up to our bandwidth.


svn:r53
2002-07-16 18:24:12 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c new config files, some bugfixes 2002-07-16 02:12:58 +00:00
cell.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
circuit.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
command.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
config.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
connection.c new link padding scheme 2002-07-16 18:24:12 +00:00
connection_ap.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
connection_exit.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
connection_op.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
connection_or.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
main.c new link padding scheme 2002-07-16 18:24:12 +00:00
Makefile.am removed args.c (bruce's popt stuff makes it obsolete) 2002-07-15 21:13:40 +00:00
onion.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
or.h Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
routers.c Implemented link padding and receiver token buckets 2002-07-16 01:12:15 +00:00
test_config.c removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); 2002-07-12 18:14:17 +00:00