package krb

  1. Overview
  2. Docs
A library for using Kerberos for both Rpc and Tcp communication

Install

Dune Dependency

Authors

Maintainers

Sources

krb-v0.16.0.tar.gz
sha256=353675621e4c5a888f2483dc1bb7281bd17ce4ed7dfd2f40142257f98db7c77d

doc/krb.public/Krb_public/Rpc/Transport/index.html

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
OCaml

Innovation. Community. Security.