forked from KNEMC/KLALB
重发数据包优先
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.kne.io;
|
||||
|
||||
public class Data {
|
||||
byte[]b;
|
||||
int off,len;
|
||||
public Data(byte[] b, int off, int len) {
|
||||
super();
|
||||
this.b = b;
|
||||
this.off = off;
|
||||
this.len = len;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user