Change protocol version

This commit is contained in:
Louis Royer 2020-02-26 10:16:03 +01:00
parent b7b2c873e6
commit 868d657317

View File

@ -31,7 +31,7 @@ import java.net.UnknownHostException;
* @version 1.0
*/
public class ProtocolP2PDatagram {
private final static byte PROTOCOL_VERSION = 0x11;
private final static byte PROTOCOL_VERSION = 0x12;
private final static int VERSION_POSITON = 0;
private byte version;
private Payload payload;