[BACK]Return to ip_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_input.c between version 1.197 and 1.198

version 1.197, 2004/03/24 15:34:54 version 1.198, 2004/04/01 22:47:55
Line 1288  static u_int fragttl_histo[(IPFRAGTTL+1)
Line 1288  static u_int fragttl_histo[(IPFRAGTTL+1)
 static u_int  static u_int
 ip_reass_ttl_decr(u_int ticks)  ip_reass_ttl_decr(u_int ticks)
 {  {
         u_int i, nfrags, median;          u_int nfrags, median, dropfraction, keepfraction;
         struct ipq *fp, *nfp;          struct ipq *fp, *nfp;
         u_int dropfraction, keepfraction;          int i;
   
         nfrags = 0;          nfrags = 0;
         memset(fragttl_histo, 0, sizeof fragttl_histo);          memset(fragttl_histo, 0, sizeof fragttl_histo);

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198

CVSweb <webmaster@jp.NetBSD.org>