Network

Basic data types

data Socket

data PortID

type HostName

data PortNumber

Initialisation

withSocketsDo

Server-side connections

listenOn

accept

sClose

Client-side connections

connectTo

Simple sending and receiving

sendTo

recvFrom

Miscellaneous

socketPort

Networking Issues

Buffering

Improving I/O Performance over sockets