tcp_options

Function tcp_options 

Source
pub fn tcp_options<Stream, Context>(
    stream: Stream,
) -> Parsed<Vec<TcpOption<<Stream as Streaming>::Span>>, Stream, Context>
where (): TcpParse<Stream, Context>,
Expand description

Parse tcp option this can be used on the Stream Span.