forked from KNEMC/KLALB
重发数据包优先
This commit is contained in:
@@ -67,6 +67,7 @@ public class KLALBClient {
|
||||
public void listenProxy() {
|
||||
for (int i = 0; i < pet.size(); i++) {
|
||||
ProxyElement pe=pet.get(i);
|
||||
if(pe.getIpport().getPort()>0&&pe.getIpport().getPort()<65536)
|
||||
try {
|
||||
open(pe);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user