Mladen Turk wrote:

OS error 10048 means:

Typically, only one usage of each socket address (protocol/IP address/port) is
permitted. This error occurs if an application attempts to bind a socket to an
IP address/port that has already been used for an existing socket, or a socket
that was not closed properly, or one that is still in the process of closing.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For server applications that need to bind multiple sockets to the same port
number, consider using setsockopt (SO_REUSEADDR).

Could this be the problem? Maybe proxy is not closing sockets properly.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to