Change protocol version
This commit is contained in:
parent
b7b2c873e6
commit
868d657317
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user