Fix init of bitsRemaining
This commit is contained in:
parent
e627cf7397
commit
59a58abc7c
@ -8,6 +8,7 @@ public class Packets {
|
||||
private int bitsNumberRemaining;
|
||||
|
||||
public Packets(int startTimeSending){
|
||||
this.bitsNumberRemaining = packetSize;
|
||||
this.startTimeSending = startTimeSending;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user