aaa4j-radius icon indicating copy to clipboard operation
aaa4j-radius copied to clipboard

type problem

Open joshenWang opened this issue 5 months ago • 4 comments

Dear author: when we use this project in our pro environment we find a problem

public final class AcctOutputOctets extends StandardAttribute<IntegerData> {

public static final AttributeType TYPE = new AttributeType(43);

public static final String NAME = "Acct-Output-Octets";

public AcctOutputOctets(IntegerData data) {
    super(TYPE.head(), data);
}

}

public final class AcctInputOctets extends StandardAttribute<IntegerData> {

public static final AttributeType TYPE = new AttributeType(42);

public static final String NAME = "Acct-Input-Octets";

public AcctInputOctets(IntegerData data) {
    super(TYPE.head(), data);
}

} I found that these two classes receive field types of Integer,but we recevie information is internet traffic,the unit is B, so when we receive the value beyond 2GB it will overflow so i very very hope you can solve it. Looking forward to your reply

joshenWang avatar Jul 16 '25 09:07 joshenWang

Look forward to your reply

joshenWang avatar Jul 24 '25 08:07 joshenWang

I hope to receive your help @tsyd

joshenWang avatar Jul 28 '25 01:07 joshenWang

dear author can you help me solve this problem?

joshenWang avatar Aug 15 '25 05:08 joshenWang

Dear author can you help me solev this problem

joshenWang avatar Sep 15 '25 02:09 joshenWang