Function a10::net::socket

source ·
pub const fn socket(
    sq: SubmissionQueue,
    domain: c_int,
    type: c_int,
    protocol: c_int,
    flags: c_int
) -> Socket 
Expand description

Creates a new socket.

See the socket(2) manual for more information.