pub fn create_socket(
domain: SocketDomain,
socket_type: SocketType,
protocol: SocketProtocol,
) -> Result<usize, KernelError>Expand description
Create a new socket and return its ID
pub fn create_socket(
domain: SocketDomain,
socket_type: SocketType,
protocol: SocketProtocol,
) -> Result<usize, KernelError>Create a new socket and return its ID