/[pkg-mixmaster]/trunk/Mix/Src/stats.c
ViewVC logotype

Diff of /trunk/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 261 by weaselp, Sun Aug 25 07:52:28 2002 UTC revision 262 by rabbi, Wed Sep 18 23:26:17 2002 UTC
# Line 6  Line 6 
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"
# Line 186  int stats(BUFFER *b) Line 186  int stats(BUFFER *b)
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)
# Line 212  int stats(BUFFER *b) Line 212  int stats(BUFFER *b)
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    }    }
# Line 388  void conf_premail(BUFFER *out) Line 388  void conf_premail(BUFFER *out)
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)

Legend:
Removed from v.261  
changed lines
  Added in v.262

  ViewVC Help
Powered by ViewVC 1.1.5