val pp : Stdlib.Format.formatter -> t -> unitval t : rx_wnd_scale:int -> tx_wnd_scale:int -> rx_wnd:int -> tx_wnd:int -> rx_isn:Sequence.t -> tx_mss:int -> tx_isn:Sequence.t -> tval valid : t -> Sequence.t -> boolval rx_advance : t -> Sequence.t -> unitval rx_advance_inseq : t -> Sequence.t -> unitval rx_nxt : t -> Sequence.tval rx_nxt_inseq : t -> Sequence.tmodule Make : functor (C : Mirage_clock.MCLOCK) -> sig ... endval tx_nxt : t -> Sequence.tval tx_una : t -> Sequence.tval tx_mss : t -> intval fast_rec : t -> boolval ack_serviced : t -> boolval ack_seq : t -> Sequence.tval ack_win : t -> intval set_ack_serviced : t -> bool -> unitval set_ack_seq_win : t -> Sequence.t -> int -> unitval rx_wnd : t -> int32val rx_wnd_unscaled : t -> int32val set_rx_wnd : t -> int32 -> unitval tx_wnd : t -> int32val tx_wnd_unscaled : t -> int32val tx_available : t -> int32val tx_inflight : t -> boolval set_tx_wnd : t -> int -> unitval max_tx_wnd : t -> int32val alert_fast_rexmit : t -> Sequence.t -> unitval rto : t -> int64val backoff_rto : t -> unitval max_rexmits_done : t -> boolval tx_totalbytes : t -> intval rx_totalbytes : t -> int