bytecodealliance / rustix

Safe Rust bindings to POSIX-ish APIs
Other
1.46k stars 152 forks source link

Deprecate `rustix::net::SendFlags::EOT` and add `EOR`. #1054

Closed sunfishcode closed 5 months ago

sunfishcode commented 5 months ago

In rustix::net::SendFlags, deprecate the mis-spelled EOT and add the correctly-spelled EOT.

Fixes #1053.