pub const C2S_NET_OPEN: u8 = 0x80;Expand description
Open a socket: [0x80][stream_id:2][flags:1][port:2][host_len:2][host:N] + TLS block The TLS block ([sni_len:2][sni:N][alpn_count:1] repeated{[proto_len:1][proto:N]}) is present iff NET_OPEN_TLS is set.