Source position: ssockets.pp line 37
type TSocketOptions = set of (
soDebug,
soReuseAddr,
soKeepAlive,
soDontRoute,
soBroadcast,
soOOBinline
);