Skip to content

Commit 7e6cd7e

Browse files
committed
chore: CHANGELOG entry for TCP_INFO sockopt addition
1 parent daaa9af commit 7e6cd7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
19601960
- Added `SIGINFO` in `::nix::sys::signal` for the _macos_ target as well as
19611961
`SIGPWR` and `SIGSTKFLT` in `::nix::sys::signal` for non-_macos_ targets.
19621962
([#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))
19631965

19641966
### Changed
19651967
- Changed the structure `IoVec` in `::nix::sys::uio`.

0 commit comments

Comments
 (0)