Module Private.Kerberized_rpc_transportSource
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| `Ignore| `Raise
]