tcp-0.0.2: A purely functional TCP implementationSource codeContentsIndex
Network.TCP.Pure
Documentation
module Network.TCP.Type.Syscall
data Host threadt Source
data IPMessage Source
show/hide Instances
type Time = Int64Source
tcp_init_host :: Time -> [Port] -> Host tSource
tcp_user_req :: (SockReq, SockRsp -> t) -> Host t -> (Host t, Maybe t)Source
tcp_user_rsp :: Host t -> (Host t, [t])Source
tcp_packet_in :: IPMessage -> Host t -> Host tSource
tcp_packet_out :: Host t -> (Host t, [IPMessage])Source
tcp_timer :: Time -> Host t -> Host tSource
tcp_timer_check :: Time -> Host t -> IO (Host t)Source
Produced by Haddock version 2.6.0