system-extra-0.1.0: A bunch of system utilities used by other projects

Safe HaskellSafe
LanguageHaskell2010

System.Network.Extra

Description

Common utilities for networking, mostly types.

Synopsis

Documentation

type IPInterface = String Source #

Name of interface or IP address, maybe 0.0.0.0 to bind to all available interfaces

type Port = Int Source #

data IPProto Source #

Constructors

UDP 
TCP 

Instances