package async_unix

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

Module Socket.OptSource

Sourcetype 'a t
Sourceval debug : bool t
Sourceval broadcast : bool t
Sourceval reuseaddr : bool t
Sourceval reuseport : bool t
Sourceval keepalive : bool t
Sourceval dontroute : bool t
Sourceval oobinline : bool t
Sourceval acceptconn : bool t
Sourceval nodelay : bool t
Sourceval sndbuf : int t
Sourceval rcvbuf : int t
Sourceval error : int t
Sourceval typ : int t
Sourceval rcvlowat : int t
Sourceval sndlowat : int t
Sourceval linger : int option t
Sourceval rcvtimeo : float t
Sourceval sndtimeo : float t
Sourceval mcast_loop : bool t
Sourceval mcast_ttl : int t
Sourceval to_string : 'a t -> string
OCaml

Innovation. Community. Security.