BASS_CONFIG_NET_TIMEOUT config option
The time to wait for a server to respond to a connection request.
BASS_SetConfig(
BASS_CONFIG_NET_TIMEOUT,
DWORD timeout
);
Parameters
| timeout | The time to wait, in milliseconds. |
The time to wait for a server to respond to a connection request.
BASS_SetConfig(
BASS_CONFIG_NET_TIMEOUT,
DWORD timeout
);
| timeout | The time to wait, in milliseconds. |