|
|
|
|
|
by dcrazy
6 days ago
|
|
What do you mean “receiving host?” 127/8 is reserved for loopback. If you bind a socket to an interface with an address in that range, you can only use it to communicate with yourself. The sending and receiving hosts are the same. |
|