0
votes
How is it possible to run a traceroute-like program without needing root privileges?
ping and traceroute use the ICMP protocol. Like UDP and TCP this is accessible through the normal sockets API. Only UDP and TCP port numbers less than 1024 are p …
1
vote
Is it possible to unlisten on a socket ?
Some socket libraries allow you to specifically reject incoming connections. For example: GN …
