sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Implement a few more socket options. #22

Closed sunfishcode closed 11 months ago

sunfishcode commented 11 months ago

Implement get/sockopt support for SO_REUSEADDR, SO_KEEPALIVE, SO_TYPE, and TCP_KEEPIDLE.