a question about the timeouts... if u set timeout to 0, does it result in a bad status if it exceeds a certain time?
(btw error #1006 = timeout error? where can i find errorcodes?)
timeouts
Are you talking about HTTP test?
if u set timeout to 0, does it result in a bad status if it exceeds a certain time?
Yes, if the Timeout property is set to 0 (default value), HostMonitor will use default Windows timeout specified for TCP protocol.
>btw error #1006 = timeout error?
Yes, 1006 - timeout error.
where can i find errorcodes?
As I know "no answer" status may come with several error codes: 1005 - winsock error, 1006 - timeout error, 1007 - resource allocation error.
Regards
Alex
if u set timeout to 0, does it result in a bad status if it exceeds a certain time?
Yes, if the Timeout property is set to 0 (default value), HostMonitor will use default Windows timeout specified for TCP protocol.
>btw error #1006 = timeout error?
Yes, 1006 - timeout error.
where can i find errorcodes?
As I know "no answer" status may come with several error codes: 1005 - winsock error, 1006 - timeout error, 1007 - resource allocation error.
Regards
Alex