rust-lang / socket2

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

Add: header_included_v6() and set_header_included_v6() #518

Closed jjnicola closed 4 months ago

jjnicola commented 5 months ago

Also, deprecate header_included() and set_header_included() in favor of header_included_v4() and set_header_included_v4() Close #517

Thomasdezeeuw commented 4 months ago

Thanks @jjnicola

jjnicola commented 4 months ago

Thanks you @Thomasdezeeuw .

jjnicola commented 3 months ago

Hi! do you know when this will be available in the crate?