#include <vct.h>
void VCT_SetTransceiverTimeout( u32 seconds );
seconds | Time-out value (in seconds). |
None.
VCT_SetTransceiverTimeout specifies the maximum length of time (in seconds) allowed for a client to continuously talk in Transceiver Mode. This function is designed to prevent any single client from talking too long and dominating Transceiver Mode usage.
The default maximum length is 30 seconds.
2006/01/25 First release