c10k-0.4.0: C10k server library using prefork
Network.TCPInfo
Description
Yet another accept() to tell TCP information.
Synopsis
data TCPInfo Source
A Type to carry TCP information.
Constructors
Fields
Local IP address
Local port number
Remote IP address
Remote port number
Instances
accept :: Socket -> IO (Handle, TCPInfo)Source
Yet another accept() to return both Handle and TCPInfo.
Handle
TCPInfo