Skip to content

Commit 52ce398

Browse files
committed
changes from feedback
1 parent 9e50b4d commit 52ce398

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3333
FreeBSD, OpenBSD, and Solaris.
3434
([#2014](https://github.com/nix-rust/nix/pull/2014))
3535
- Added `SO_TS_CLOCK` for FreebSD to `nix::sys::socket::sockopt`.
36+
- Added `SO_TS_CLOCK` for FreeBSD to `nix::sys::socket::sockopt`.
3637
([#2093](https://github.com/nix-rust/nix/pull/2093))
3738

3839
### Changed

src/sys/socket/sockopt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ sockopt_impl!(
716716
/// Sets a specific timestamp format instead of the classic `SCM_TIMESTAMP`,
717717
/// to follow up after `SO_TIMESTAMP` is set.
718718
TsClock,
719-
SetOnly,
719+
Both,
720720
libc::SOL_SOCKET,
721721
libc::SO_TS_CLOCK,
722722
i32

0 commit comments

Comments
 (0)