Skip to content

Commit 8237f37

Browse files
committed
changes from feedback
1 parent f7fd57b commit 8237f37

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
@@ -29,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2929
- Removed `flock` from `::nix::fcntl` on Solaris. ([#2082](https://github.com/nix-rust/nix/pull/2082))
3030
- Use I/O safety with `copy_file_range`, and expose it on FreeBSD.
3131
(#[1906](https://github.com/nix-rust/nix/pull/1906))
32-
- Added `SO_TS_CLOCK` for FreebSD to `nix::sys::socket::sockopt`.
32+
- Added `SO_TS_CLOCK` for FreeBSD to `nix::sys::socket::sockopt`.
3333
([#2093](https://github.com/nix-rust/nix/pull/2093))
3434

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