![]() |
Info Policy
Definition at line 1481 of file as_policy.h.
#include "as_policy.h"
Data Fields | |
bool | check_bounds |
bool | send_as_is |
uint32_t | timeout |
Related Symbols | |
(Note that these are not member symbols.) | |
static void | as_policy_info_copy (const as_policy_info *src, as_policy_info *trg) |
static as_policy_info * | as_policy_info_init (as_policy_info *p) |
|
related |
Copy as_policy_info values.
src | The source policy. |
trg | The target policy. |
Definition at line 2081 of file as_policy.h.
|
related |
Initialize as_policy_info to default values.
p | The policy to initialize. |
Definition at line 2064 of file as_policy.h.
References AS_POLICY_TOTAL_TIMEOUT_DEFAULT, check_bounds, send_as_is, and timeout.
bool as_policy_info::check_bounds |
Ensure the request is within allowable size limits.
Definition at line 1496 of file as_policy.h.
bool as_policy_info::send_as_is |
Send request without any further processing.
Definition at line 1491 of file as_policy.h.
uint32_t as_policy_info::timeout |
Maximum time in milliseconds to wait for the operation to complete.
Definition at line 1486 of file as_policy.h.