ghttpThrottleSettings

GameSpy SDK

ghttpThrottleSettings

Used to adjust the throttle settings.

void ghttpThrottleSettings(
int bufferSize,
gsi_time timeDelay );
RoutineRequired HeaderDistribution
ghttpThrottleSettings<ghttp.h>SDKZIP

Parameters

bufferSize
[in] The number of bytes to get each receive.
timeDelay
[in] How often to receive data, in milliseconds.

Remarks

The throttle settings affect any request initiated with throttling, or for which throttling is alter enabled with ghttpSetThrottle.

Section Reference: Gamespy HTTP SDK

See Also: ghttpSetThrottle