nopoll_conn_connect_timeout
| Definition: |
include nopoll.e
nopoll_conn_connect_timeout(atom ctx, integer microseconds_to_wait) |
| Description: |
Configure the nopoll connect timeout.
This function allows to set the TCP connect timeout used by nopoll_conn_new. ctx: The context where the operation will be performed. microseconds_to_wait: Timeout value to be used. The value provided is measured in microseconds. Use 0 to restore the connect timeout to the default value. |