keepalive: multiply value for OS-specific units
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Jul 2012 20:38:38 +0000 (22:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Jul 2012 20:42:42 +0000 (22:42 +0200)
commitc0f8340c7c5ead51ffc6c6297d465221181de4bd
treeccecbaca3754f0bc07c47dab4e93cd5846e0211f
parentd317ca50ae7d8bb250431f86709e53b94f7f6ddf
keepalive: multiply value for OS-specific units

DragonFly uses milliseconds, while our API and Linux use full seconds.

Reported by: John Marino
Bug: http://curl.haxx.se/bug/view.cgi?id=3546257
lib/connect.c