tcp-0.0.2: A purely functional TCP implementation

Network.TCP.Type.Socket

Documentation

data Rttinf Source

Constructors

Rttinf 

Instances

data IOBC Source

Instances

data TCPSocket threadt Source

Constructors

TCPSocket 

Instances

data Host threadt Source

Constructors

Host 

Fields

sock_map :: !(Map SocketID (TCPSocket threadt))
 
output_queue :: ![IPMessage]
 
ready_list :: ![threadt]
 
ticks :: !Timestamp
 
clock :: !Time
 
next_timers :: !(Time, Time)
 
local_ports :: ![Port]