Skip to main content

Name

check_outbound_throttle — check an outbound throttle

Synopsis

#include "throttle.h"

| int **check_outbound_throttle** ( | ob_mess_throttle, |   | |   | now, |   | |   | later); |   |

throttle * <var class="pdparam">ob_mess_throttle</var>; struct timeval * <var class="pdparam">now</var>; struct timeval * <var class="pdparam">later</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

check an outbound throttle.

A helper for use in constructing outbound throttling hooks.

**Configuration Change. ** This feature is available starting from Momentum 3.0.13.

Was this page helpful?