krb.public
Rpc.Transport
krb.internal
type tcp_on_error := [
| `Call of Async.Socket.Address.Inet.t -> exn -> unit
| `Ignore
| `Raise
]
type tcp_on_handshake_error := [
| `Call of Handshake_error.Kind.t -> Async.Socket.Address.Inet.t -> exn -> unit
module Tcp : sig ... end
module Internal : sig ... end