package krb

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Private.Kerberized_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
OCaml

Innovation. Community. Security.