File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
33
33
FreeBSD, OpenBSD, and Solaris.
34
34
([ #2014 ] ( https://github.com/nix-rust/nix/pull/2014 ) )
35
35
- Added ` SO_TS_CLOCK ` for FreebSD to ` nix::sys::socket::sockopt ` .
36
+ - Added ` SO_TS_CLOCK ` for FreeBSD to ` nix::sys::socket::sockopt ` .
36
37
([ #2093 ] ( https://github.com/nix-rust/nix/pull/2093 ) )
37
38
38
39
### Changed
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ sockopt_impl!(
716
716
/// Sets a specific timestamp format instead of the classic `SCM_TIMESTAMP`,
717
717
/// to follow up after `SO_TIMESTAMP` is set.
718
718
TsClock ,
719
- SetOnly ,
719
+ Both ,
720
720
libc:: SOL_SOCKET ,
721
721
libc:: SO_TS_CLOCK ,
722
722
i32
You can’t perform that action at this time.
0 commit comments