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.
I mean the host that receives the packet. Weren't you suggesting to use 127/8 as an alternative to link-local addresses?
I mean the host that receives the packet. Weren't you suggesting to use 127/8 as an alternative to link-local addresses?