type t = | Noop | |
| MSS of int | RFC793 |
| Window_size_shift of int | RFC1323 2.2 |
| SACK_ok | RFC2018 |
| SACK of (int32 * int32) list | RFC2018 |
| Timestamp of int32 * int32 | RFC1323 3.2 |
| Unknown of int * string | RFC793 |
val lenv : t list -> intval unmarshal : Cstruct.t -> (t list, string) Stdlib.resultval pp : Stdlib.Format.formatter -> t -> unitval pps : Stdlib.Format.formatter -> t list -> unit