rgheck <[EMAIL PROTECTED]> writes: >> Turn th message about disabled socket into optional debug, since >> many windows users believe that it actually means something, see >> e.g. >> >> > Mightn't it be better to disable it on Windows? It'd useful to see to > see it on Linux, if the message is needed.
I doubled checked the code and it turns out that the message happens when socktools::listen returns -1. This can happen in two situations: 1/ we are on windows, where the functionsality is not implemented. 2/ we are on unix and an error happened. In this case, the code generates a detailed error message anyway. So I think the warning is enough. OK? JMarc
