Skip to content

Commit fcb55ae

Browse files
committed
changes from feedback
1 parent 9e50b4d commit fcb55ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3232
- Added `MSG_WAITFORONE` to `MsgFlags` on Android, Fuchsia, Linux, NetBSD,
3333
FreeBSD, OpenBSD, and Solaris.
3434
([#2014](https://github.com/nix-rust/nix/pull/2014))
35-
- Added `SO_TS_CLOCK` for FreebSD to `nix::sys::socket::sockopt`.
35+
- Added `SO_TS_CLOCK` for FreeBSD to `nix::sys::socket::sockopt`.
3636
([#2093](https://github.com/nix-rust/nix/pull/2093))
3737

3838
### 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)