23 Sep
2005
23 Sep
'05
1:19 p.m.
"Jonathan De Graeve" <Jonathan.De.Graeve@imelda.be> wrote:
I also have another question:
Freeradius seems to use signed integers for the Acc-Input/Output-Octets
Nope. The debug log you posted doesn't show that, and the server source uses unsigned ints.
The source really sends unsigned 32bit. Any idea why radacct just stops @ 2GB
What "radacct" are you talking about? The Acct-Input-Octets stops at 2G because the RFC dictates that it's a 32-bit integer. That's why the Acct-Input-Gigawords attribute was defined. It goes past 2G. Alan DeKok.