pub fn download<T: AsRef<str> + Display>(
filename: T,
socket: &UdpSocket,
server: SocketAddr,
timeout: Duration,
max_timeout: Duration,
retries: usize,
) -> Result<Vec<u8>, Error>Expand description
The blocking functions are the default Download a file via tftp