type problem
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
Look forward to your reply
I hope to receive your help @tsyd
dear author can you help me solve this problem?
Dear author can you help me solev this problem