[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00539) Re: [FIX] Re: Bug in ping6



In article <20010522013624.A22405@xxxxxxxxxxxxxxxxxxxxx> (at Tue, 22 May 2001 01:36:24 +0200), Andreas Ferber <aferber@xxxxxxxxxxxxxxxxxxxxxxxx> says:

> > after receiving 1024 echo-replies from the ping target, all subsequent
> > echo-replies are considered as dupes, although they are absolutely
> > valid (and unique) replies. The ICMP sequence is incremented
> > correctly.
> 
> The patch below my sig actually fixes this flaw.
:
>  	seq = ntransmitted++;
> -	CLR(seq & mx_dup_ck);
> +	CLR(seq % mx_dup_ck);
:

applied; thanks for reporting.

--
yoshfuji