Note what changed in versions 8, 9 and 10
This commit is contained in:
parent
01576b74da
commit
3be9b1657a
2 changed files with 8 additions and 6 deletions
2
l2tpns.h
2
l2tpns.h
|
|
@ -309,7 +309,7 @@ typedef struct
|
|||
uint32_t pin, pout; // packet counts
|
||||
uint32_t cin, cout; // byte counts
|
||||
uint32_t cin_wrap, cout_wrap; // byte counter wrap count (RADIUS accounting giagawords)
|
||||
uint64_t cin_delta, cout_delta; // byte count changes (for dump_session())
|
||||
uint64_t cin_delta, cout_delta; // EXTENDED: byte count changes (for dump_session())
|
||||
uint16_t throttle_in; // upstream throttle rate (kbps)
|
||||
uint16_t throttle_out; // downstream throttle rate
|
||||
uint8_t filter_in; // input filter index (to ip_filters[N-1]; 0 if none)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue