sockets-0.4.0.0: High-level network sockets

Safe HaskellSafe
LanguageHaskell2010

Socket

Documentation

data Direction Source #

Constructors

Send 
Receive 

data Family Source #

Constructors

Internet Version 
Unix 

data Version Source #

Constructors

V4 
V6 

data Forkedness Source #

Constructors

Forked 
Unforked