| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Remailer statistics |
Remailer statistics |
| 9 |
$Id: stats.c,v 1.13 2002/08/25 07:52:28 weaselp Exp $ */ |
$Id: stats.c,v 1.14 2002/09/18 23:26:17 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 186 |
#if 0 |
#if 0 |
| 187 |
else |
else |
| 188 |
buf_appends(b, " [ no remailing ]"); |
buf_appends(b, " [ no remailing ]"); |
| 189 |
#endif |
#endif /* 0 */ |
| 190 |
buf_nl(b); |
buf_nl(b); |
| 191 |
} |
} |
| 192 |
if ((today - havestats) / SECONDSPERDAY >= 1) |
if ((today - havestats) / SECONDSPERDAY >= 1) |
| 212 |
#if 0 |
#if 0 |
| 213 |
else |
else |
| 214 |
buf_appends(b, " [ no remailing ]"); |
buf_appends(b, " [ no remailing ]"); |
| 215 |
#endif |
#endif /* 0 */ |
| 216 |
buf_nl(b); |
buf_nl(b); |
| 217 |
} |
} |
| 218 |
} |
} |
| 388 |
if (PGP) { |
if (PGP) { |
| 389 |
#ifdef USE_IDEA |
#ifdef USE_IDEA |
| 390 |
buf_appends(out, " ek"); |
buf_appends(out, " ek"); |
| 391 |
#endif |
#endif /* USE_IDEA */ |
| 392 |
buf_appends(out, " ekx"); |
buf_appends(out, " ekx"); |
| 393 |
} |
} |
| 394 |
#ifdef USE_IDEA |
#ifdef USE_IDEA |
| 395 |
buf_appends(out, " esub"); |
buf_appends(out, " esub"); |
| 396 |
#endif |
#endif /* USE_IDEA */ |
| 397 |
#if 0 /* obsolete */ |
#if 0 /* obsolete */ |
| 398 |
#ifdef USE_NSUB |
#ifdef USE_NSUB |
| 399 |
buf_appends(out, " nsub"); |
buf_appends(out, " nsub"); |
| 400 |
#else |
#else /* end of USE_NSUB */ |
| 401 |
buf_appends(out, " ksub"); |
buf_appends(out, " ksub"); |
| 402 |
#endif |
#endif /* else if not USE_NSUB */ |
| 403 |
#endif |
#endif /* 0 */ |
| 404 |
if (INFLATEMAX) |
if (INFLATEMAX) |
| 405 |
buf_appendf(out, " inflt%d", INFLATEMAX); |
buf_appendf(out, " inflt%d", INFLATEMAX); |
| 406 |
if (MAXRANDHOPS) |
if (MAXRANDHOPS) |