SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SocketDNSTotalTimeout Property

The timeout (in milliseconds) for the whole resolution process.

Object Oriented Interface

public function getSocketDNSTotalTimeout();
public function setSocketDNSTotalTimeout($value);

Procedural Interface

secureblackbox_dtlsclient_get($res, 81 );
secureblackbox_dtlsclient_set($res, 81, $value );

Default Value

0

Remarks

The timeout (in milliseconds) for the whole resolution process. The value of 0 indicates the infinite timeout.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]