We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaa9af commit 7e6cd7eCopy full SHA for 7e6cd7e
CHANGELOG.md
@@ -1960,6 +1960,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1960
- Added `SIGINFO` in `::nix::sys::signal` for the _macos_ target as well as
1961
`SIGPWR` and `SIGSTKFLT` in `::nix::sys::signal` for non-_macos_ targets.
1962
([#361](https://github.com/nix-rust/nix/pull/361))
1963
+- Added `TCP_INFO` sockopt to read TCP socket information on _linux_.
1964
+ ([#2615](https://github.com/nix-rust/nix/pull/2615))
1965
1966
### Changed
1967
- Changed the structure `IoVec` in `::nix::sys::uio`.
0 commit comments