tcpip.tcp
Tcp.Options
TCP options parsing
tcpip
tcpip.checksum
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp_socket_options
tcpip.tcpv4v6-socket
tcpip.udp
tcpip.udpv4v6-socket
type t =
| Noop
| MSS of int
RFC793
| Window_size_shift of int
RFC1323 2.2
| SACK_ok
RFC2018
| SACK of (int32 * int32) list
| Timestamp of int32 * int32
RFC1323 3.2
| Unknown of int * string
val equal : t -> t -> bool
val lenv : t list -> int
val marshal : Cstruct.t -> t list -> int
val unmarshal : Cstruct.t -> (t list, string) result
val pp : Format.formatter -> t -> unit
val pps : Format.formatter -> t list -> unit