You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0412]: cannot find type `sock_txtime` in crate `libc`
--> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.24.1/src/sys/socket/sockopt.rs:589:60
|
589 | TxTime, Both, libc::SOL_SOCKET, libc::SO_TXTIME, libc::sock_txtime);
| ^^^^^^^^^^^ not found in `libc`
Is this API really exists for this target? If so, please add it to the libc crate.