Apache HTTPD
Public Attributes | List of all members
rl_ctx_t Struct Reference

Public Attributes

int speed
 
int chunk_size
 
int burst
 
int do_sleep
 
rl_state_e state
 
apr_bucket_brigadetmpbb
 
apr_bucket_brigadeholdingbb
 

Detailed Description

Definition at line 33 of file mod_ratelimit.c.

Member Data Documentation

◆ burst

int rl_ctx_t::burst

Definition at line 37 of file mod_ratelimit.c.

◆ chunk_size

int rl_ctx_t::chunk_size

Definition at line 36 of file mod_ratelimit.c.

◆ do_sleep

int rl_ctx_t::do_sleep

Definition at line 38 of file mod_ratelimit.c.

◆ holdingbb

apr_bucket_brigade* rl_ctx_t::holdingbb

Definition at line 41 of file mod_ratelimit.c.

◆ speed

int rl_ctx_t::speed

Definition at line 35 of file mod_ratelimit.c.

◆ state

rl_state_e rl_ctx_t::state

Definition at line 39 of file mod_ratelimit.c.

◆ tmpbb

apr_bucket_brigade* rl_ctx_t::tmpbb

Definition at line 40 of file mod_ratelimit.c.


The documentation for this struct was generated from the following file: