add roomss
This commit is contained in:
@@ -25,7 +25,7 @@ public class PacketPool {
|
||||
private static int MAX_SEND_TRY = 50;
|
||||
private static long SEND_DELAY = 10;
|
||||
private static long RETRY_INTERVAL = SEND_DELAY * 2;
|
||||
private static float PACKET_LOSS_PROBABILITY = 0.1f;
|
||||
private static float PACKET_LOSS_PROBABILITY = 0.0f;
|
||||
|
||||
private static record ReliablePacketAddress(ReliablePacket packet, InetSocketAddress address) {
|
||||
@Override
|
||||
@@ -97,7 +97,7 @@ public class PacketPool {
|
||||
}
|
||||
|
||||
private void debugPrint(String msg) {
|
||||
// System.out.println(msg);
|
||||
System.out.println(msg);
|
||||
}
|
||||
|
||||
private void debugSend(ReliablePacket packet, InetSocketAddress address) {
|
||||
|
||||
Reference in New Issue
Block a user