Module Mirage_protocols.Ip

IP errors and protocols.

type error = [
| `No_route of string

can't send a message to that destination

| `Would_fragment

would need to fragment, but fragmentation is disabled

]
val pp_error : error Fmt.t
type proto = [
| `TCP
| `UDP
| `ICMP
]
val pp_proto : proto Fmt.t