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
use std::os::unix::io::AsRawFd;
could not find unix in os
use nix::sys::socket::{shutdown, Shutdown};
could not find sys in nix
let fd = self.sock.as_ref().unwrap().as_raw_fd();
method not found in &UdpSocket
I'm running Windows 11 and rust version 1.72.0 stable
The text was updated successfully, but these errors were encountered:
When building uecho I get this error
use std::os::unix::io::AsRawFd;
could not find
unix
inos
use nix::sys::socket::{shutdown, Shutdown};
could not find
sys
innix
let fd = self.sock.as_ref().unwrap().as_raw_fd();
method not found in
&UdpSocket
I'm running Windows 11 and rust version 1.72.0 stable
The text was updated successfully, but these errors were encountered: