package krb

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

Module Krb_public.TcpSource

Sourcetype 'a with_krb_args = ?cred_cache:Cred_cache.t -> authorize:Authorize.t -> krb_mode:Mode.Client.t -> 'a
Sourcetype 'a with_connect_args = (Async.Socket.Address.Inet.t Async.Tcp.Where_to_connect.t -> 'a) with_krb_args Async.Tcp.Aliases.with_connect_options
Sourcetype '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

Sourcemodule Server : sig ... end
Sourcemodule Internal : sig ... end
OCaml

Innovation. Community. Security.