Source position: lnet.pp line 64
type TLSocketStates = set of (
ssServerSocket,
ssBlocking,
ssReuseAddress,
ssCanSend,
ssCanReceive,
ssSSLActive,
ssNoDelay
);