Source-Changes-D archive

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

Re: CVS commit: src/sbin/ping



On Sun, 30 Dec 2012 10:50:07 -0500
christos%zoulas.com@localhost (Christos Zoulas) wrote:

> netbsd-old
> PING localhost (127.0.0.1): 1 data bytes
> [no response]

Not that old, though; it has worked in the past:

box2$ uname -r            
5.1_STABLE
box2$ ping -c 1 -s 1 localhost
PING localhost (127.0.0.1): 1 data bytes
9 bytes from 127.0.0.1: icmp_seq=0 ttl=255

----localhost PING Statistics----
1 packets transmitted, 1 packets received, 0.0% packet loss


> netbsd-current
> PING localhost (127.0.0.1): 1 data bytes
> 8 bytes from 127.0.0.1: icmp_seq=0 ttl=255
> 
> We can change it anyway we want...
> 
> christos


Home | Main Index | Thread Index | Old Index