]> git.ipfire.org Git - thirdparty/sarg.git/commit
Add a double check on the data at the user's level
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 10:21:37 +0000 (11:21 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 10:21:37 +0000 (11:21 +0100)
commitd91457d25a030fddc63bbfa1220363704cdaeff2
tree96ee5de82e97306e195be53fae9a9df66cb6d4d9
parent4e59f0a671b7ff49a0ee659e4b7ba72d2d00162f
Add a double check on the data at the user's level

There already was a check on the global data collected from the access log
to ensure no data was lost.

There is now a check on the amount of bytes download by the user and the
time elapsed. The detection of a failure is therefore more accurate and
make it easier to locate the leak.
include/defs.h
log.c
repday.c