diff --git a/veilid-core/src/intf/native/network/protocol/sockets.rs b/veilid-core/src/intf/native/network/protocol/sockets.rs index 0c3cd281..7f97bee7 100644 --- a/veilid-core/src/intf/native/network/protocol/sockets.rs +++ b/veilid-core/src/intf/native/network/protocol/sockets.rs @@ -52,7 +52,7 @@ pub fn new_bound_shared_udp_socket(local_address: SocketAddr) -> Result Result Result { socket.set_reuse_port(true).map_err(|e| format!("Couldn't set reuse port: {}", e))?; } } + Ok(socket) } @@ -132,6 +133,8 @@ pub fn new_bound_shared_tcp_socket(local_address: SocketAddr) -> Result Result