pub fn aligned_options_length<'a>( opt: impl Iterator<Item: Borrow<TcpOption<'a>>> + Clone, ) -> usize
Calculates the total aligned length of a collection of options in a TCP header.