compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

Bind to unspecified addr before connect. #26

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

If unspecified addr works, I needn't specify localhost.

May related: #24 , but not solved.