Module Rpc.TransportSource

type tcp_on_error := [
  1. | `Call of Async.Socket.Address.Inet.t -> exn -> unit
  2. | `Ignore
  3. | `Raise
]
type tcp_on_handshake_error := [
  1. | `Call of Handshake_error.Kind.t -> Async.Socket.Address.Inet.t -> exn -> unit
  2. | `Ignore
  3. | `Raise
]
Sourcemodule Tcp : sig ... end
Sourcemodule Internal : sig ... end