BASS_CONFIG_NET_READTIMEOUT config option
The time to wait for a server to deliver more data for an internet stream.
BASS_SetConfig(
BASS_CONFIG_NET_READTIMEOUT,
DWORD timeout
);
Parameters
| timeout | The time to wait, in milliseconds... 0 = no timeout. |
Remarks
When the timeout is hit, the connection with the server will be closed.The default setting is 0, no timeout.