tokio-rs / turmoil

Add hardship to your tests
MIT License
790 stars 50 forks source link

Revert "Add support for loopback in TCP (#83)" #95

Closed th7nder closed 1 year ago

th7nder commented 1 year ago

This reverts commit feca39de88fa3313b1f5c33ced3ace221c6a2b82.

After discussion with @mcches, we established that: a) IPv6 is supported by conicidence, is partially completed, we don't want to ship that. b) There is a bug which treats localhost communication as non-localhost. c) We don't want to introduce localhost communication into a router (top.rs) and want to keep it local to the host, as an OS would.

This will be rewritten, connected to #79