tcp-0.0.2: A purely functional TCP implementation
Source code
Contents
Index
Network.TCP.Pure
Documentation
module
Network.TCP.Type.Syscall
data
Host
threadt
Source
data
IPMessage
Source
Instances
Show
IPMessage
type
Time
=
Int64
Source
tcp_init_host
::
Time
-> [
Port
] ->
Host
t
Source
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
t
Source
tcp_packet_out
::
Host
t -> (
Host
t, [
IPMessage
])
Source
tcp_timer
::
Time
->
Host
t ->
Host
t
Source
tcp_timer_check
::
Time
->
Host
t ->
IO
(
Host
t)
Source
Produced by
Haddock
version 2.6.0