Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84128
| Subject | Re: python traceroute |
|---|---|
| From | William Ray Wing <wrw@mac.com> |
| Date | 2015-01-21 09:41 -0500 |
| References | <dd1c4ee0-a65d-4d0b-915e-b7c306126685@googlegroups.com> <m9nc4c$i7h$2@dont-email.me> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17916.1421854902.18130.python-list@python.org> (permalink) |
> On Jan 21, 2015, at 12:06 AM, Denis McMahon <denismfmcmahon@gmail.com> wrote: > > On Tue, 20 Jan 2015 19:37:26 -0800, Chandrakant Tiwari wrote: > >> in the program below i want it to make it work the same way as TRACERT >> command. > > As an observation, you're re-inventing a wheel that already works > perfectly well, in that any failings of tracert tend to be more down to > the way routers are configured to handle icmp than the tracert > application itself. Unless you're doing this purely as an exercise in > socket programming with python, it might be better to find a new problem > to solve. > > -- > Denis McMahon, denismfmcmahon@gmail.com > -- > https://mail.python.org/mailman/listinfo/python-list I’d further add that as a security measure these days, many (soon to be most) hosts are configured to throw icmp packets away without acknowledging them in any way. Bill
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python traceroute Chandrakant Tiwari <chandrakant.tiwari204@gmail.com> - 2015-01-20 19:37 -0800
Re: python traceroute Steven D'Aprano <steve@pearwood.info> - 2015-01-21 04:02 +0000
Re: python traceroute Denis McMahon <denismfmcmahon@gmail.com> - 2015-01-21 05:06 +0000
Re: python traceroute William Ray Wing <wrw@mac.com> - 2015-01-21 09:41 -0500
csiph-web