rust-lang / socket2

Advanced configuration options for sockets.
https://docs.rs/socket2
Apache License 2.0
683 stars 227 forks source link

Add rest of socket options for unix #523

Closed Kleinmarb closed 3 days ago

Kleinmarb commented 3 months ago

There is #132 and #183 but these socket options are still missing: SO_DONTROUTE, SO_DEBUG, SO_RCVLOWAT, SO_SNDLOWAT,

I'm going to add these in unix.rs.

Thomasdezeeuw commented 3 months ago

There are many options missing, having a generic issue to "add the rest" I don't think will be helpful. Prs to add new options are welcome though.

Kleinmarb commented 3 months ago

Ok I thought these were all missing SO_* on Linux but apparently the website that listed them was incomplete as well.

Thomasdezeeuw commented 3 days ago

Closing this as it's too broad.