package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a with_krb_args = ?cred_cache:Cred_cache.t -> authorize:Authorize.t -> krb_mode:Mode.Client.t -> 'a
type 'a async_tcp_server_args = ?max_connections:int -> ?backlog:int -> ?drop_incoming_connections:bool -> ?buffer_age_limit:Async.Writer.buffer_age_limit -> 'a

Arguments passed through to Tcp.Server.create. See Async.Tcp for documentation

module Server : sig ... end
module Internal : sig ... end