Error number when socket address is already in use.
Source position: sockets.pp line 72
const EsockADDRINUSE = ESysEADDRINUSE;
EsockADDRINUSE is the error reported by fpBind when the socket is already in use.
fpBind
Bind a socket to an address.