Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Implementing Traceroute in Go – Blog (kalbhor.xyz)
53 points by rbanffy on Aug 21, 2020 | hide | past | favorite | 6 comments


> Its a script that traces the path to a host

No, it's not a script.


What is a script, but a miserable pile of code.

I mean, really, wherever criteria you use to draw the line, there will be something that appears obviously miscategorized to a human.


It's sort of a one line shell script lol


Good very well known information and command, don't see much innovation just reinventing the wheel


There is value in reimplementing things to learn how they work


It typically has to run setuid (or other priv escalation) because of the SOCK_RAW requirement. So, a memory safe implementation is actually meaningful.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: