|
|
|
|
|
by knorker
2007 days ago
|
|
Not quite. Yes, that may be true for ping, but ping is very much special. It builds its raw packets. But do a "strace -econnect nc 0 22" and you'll see that yes, actually, a connect() syscall to "0.0.0.0" does connect to localhost. |
|