Krb_public.TcpSourcetype 'a with_krb_args =
?cred_cache:Cred_cache.t ->
authorize:Authorize.t ->
krb_mode:Mode.Client.t ->
'atype 'a with_connect_args =
(Async.Socket.Address.Inet.t Async.Tcp.Where_to_connect.t ->
'a)
with_krb_args
Async.Tcp.Aliases.with_connect_optionsval connect :
(Kerberized_rw.t * Server_principal.t) Async.Deferred.Or_error.t
with_connect_argsval with_connection :
((Kerberized_rw.t -> Server_principal.t -> 'a Async.Deferred.t) ->
'a Async.Deferred.Or_error.t)
with_connect_argstype 'a async_tcp_server_args =
?max_connections:int ->
?backlog:int ->
?drop_incoming_connections:bool ->
?buffer_age_limit:Async.Writer.buffer_age_limit ->
'aArguments passed through to Tcp.Server.create. See Async.Tcp for documentation