package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val debug : bool t
val broadcast : bool t
val reuseaddr : bool t
val keepalive : bool t
val dontroute : bool t
val oobinline : bool t
val acceptconn : bool t
val nodelay : bool t
val sndbuf : int t
val rcvbuf : int t
val error : int t
val typ : int t
val rcvlowat : int t
val sndlowat : int t
val linger : int option t
val rcvtimeo : float t
val sndtimeo : float t
val mcast_loop : bool t
val mcast_ttl : int t
val to_string : 'a t -> string