ne pas regarder
This commit is contained in:
@@ -127,7 +127,7 @@ public class PacketPool {
|
|||||||
if (Math.random() > PACKET_LOSS_PROBABILITY)
|
if (Math.random() > PACKET_LOSS_PROBABILITY)
|
||||||
this.socket.sendPacket(packet, address);
|
this.socket.sendPacket(packet, address);
|
||||||
} catch (InterruptedException | IOException e) {
|
} catch (InterruptedException | IOException e) {
|
||||||
e.printStackTrace();
|
// e.printStackTrace();
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ public class Socket {
|
|||||||
recievePacket();
|
recievePacket();
|
||||||
}
|
}
|
||||||
} catch (IOException | ClassNotFoundException e) {
|
} catch (IOException | ClassNotFoundException e) {
|
||||||
e.printStackTrace();
|
// e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user