﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3064	Ping timeout is longer than set by par2	RichardL		"
{{{
For $iIx = 1 To 255
	$sIP = StringFormat(""%d.%d.%d.%d"", 192, 168, 1, $iIx)
	$Tim0 = TimerInit()
	$iRet = Ping($sIP, 40)
	$iTim1 = TimerDiff($Tim0)
	$iErr = @error
	ConsoleWrite(StringFormat(""P ix=%3d  tim=%4d   %1d %6d\n"", $iIx, $iTim1, $iErr, $iRet))
Next

}}}

The timeout seems to be 500 mS minimum, or 500 more than requested.
"	Bug	closed		AutoIt	3.3.12.0	None	No Bug		
