Hi Bruno,
> The SIO_KEEPALIVE_VALS message on windows takes parameters as
> miliseconds, on some other systems there are the equivalent
> TCP_KEEPIDLE/TCP_KEEPINTVL which takes the parameters as seconds. To
> solve this there is a division by 1000 on wine source code but the
> problem is that valu
This discussion is related to the test failing in bug 21271:
http://bugs.winehq.org/show_bug.cgi?id=21271
The SIO_KEEPALIVE_VALS message on windows takes parameters as
miliseconds, on some other systems there are the equivalent
TCP_KEEPIDLE/TCP_KEEPINTVL which takes the parameters as seconds. To
s