mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
3eb983ed99
Previously `level` was named `opt` and `option_name` was named `val`, then extra names of `payload` or `slot` were used for the option value. This change aligns the wrapper parameters with their names in POSIX. Winsock uses similar but more abbreviated names: `level`, `optname`, `optval`, `optlen`.