pub fn tcp_options<Stream, Context>( stream: Stream, ) -> Parsed<Vec<TcpOption<<Stream as Streaming>::Span>>, Stream, Context>where (): TcpParse<Stream, Context>,
Parse tcp option this can be used on the Stream Span.