ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/access.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/access.pl (file contents):
Revision 1.24 by root, Tue Dec 4 02:46:29 2001 UTC vs.
Revision 1.25 by root, Tue Dec 4 03:43:54 2001 UTC

1package transferqueue; 1package transferqueue;
2 2
3my @reserve = ( 3my @reserve = (
4 [ 1_000_000, 1], 4 [ 1_200_000, 1],
5 [ 10_000_000, 1], 5 [ 3_000_000, 1],
6 [ 75_000_000, 1],
6); 7);
7 8
8sub new { 9sub new {
9 my $class = shift; 10 my $class = shift;
10 bless { 11 bless {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines