The first two work as expected, including setting the correct local|peer_addr on each side of the stream. The last two cause panics today due to holes in the stop-gap implementation for loopback.
We need to address this with workarounds and/or include this in the refactor being discussed in #132 .
The following scenarios exist for client -> server within the same host:
(Only Tcp is shown, but we need to handle it for Udp as well)
The first two work as expected, including setting the correct
local|peer_addr
on each side of the stream. The last two cause panics today due to holes in the stop-gap implementation for loopback.We need to address this with workarounds and/or include this in the refactor being discussed in #132 .