SOCK_STREAM

public func SOCK_STREAM() -> Int32

SOCK_STREAM — connection-oriented byte stream (TCP).

Pass to socket() as the type_ argument. Pair with IPPROTO_TCP for explicit TCP, or 0 to let the kernel pick the default protocol for the family/type pair.

Defined in lang/std/net/libc.ks