Re: [9fans] Ping

2016-09-13 Thread Chris McGee
Oh, interesting. Thanks, Chris > On Sep 13, 2016, at 8:58 AM, Rob Pike wrote: > > This might be one reason. > > -rob > > >> On Tue, Sep 13, 2016 at 10:51 PM, Chris McGee wrote: >> Sorry for the spam. Is this mailing list getting my emails? >> >>

Re: [9fans] Ping

2016-09-13 Thread Rob Pike
This might be one reason. -rob On Tue, Sep 13, 2016 at 10:51 PM, Chris McGee wrote: > Sorry for the spam. Is this mailing list getting my emails? > > Thanks > Chris >

Re: [9fans] Ping

2016-09-13 Thread Alex Musolino
> > Sorry for the spam. Is this mailing list getting my emails? > Yes.

[9fans] Ping

2016-09-13 Thread Chris McGee
Sorry for the spam. Is this mailing list getting my emails? Thanks Chris

[9fans] ping suicide: sys: trap: divide error pc=0x00003953c

2009-03-09 Thread ROuNIN
Hello all, I would like to learn how to fix this in the ping C code, I am new to plan9 and C ip/ping -r -f www.google.com sending 32 64 bytes messages 0 ms apart to icmp!www.google.com!1 ping 238: suicide: sys: trap: divide error pc=0x3953 term% 0: rrt 38841 us, avg rtt 38841 us, ttl = 128

Re: [9fans] ping suicide: sys: trap: divide error pc=0x00003953c

2009-03-09 Thread erik quanstrom
since it doesn't make sense to both send packets as fast as possible and to delay randomly between packets, i think this case is just disallowed. /n/sources/plan9//sys/src/cmd/ip/ping.c:532,537 - ping.c:532,541 break; } ARGEND; + if(flood rint){ +