File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
29
29
- Removed ` flock ` from ` ::nix::fcntl ` on Solaris. ([ #2082 ] ( https://github.com/nix-rust/nix/pull/2082 ) )
30
30
- Use I/O safety with ` copy_file_range ` , and expose it on FreeBSD.
31
31
(#[ 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 ` .
33
33
([ #2093 ] ( https://github.com/nix-rust/nix/pull/2093 ) )
34
34
35
35
### 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