diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 13:47:03 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 13:47:03 +0200 |
commit | b568c0cab255aefd400d48c05e2cabc6ca96c270 (patch) | |
tree | 471e2794310b6bb6a53d013327122f43d5518685 /proto_lib/packet.h | |
parent | 224d96964ea3c9e541fcd5caa2778af25f71ba2e (diff) |
some work with proto library done
Diffstat (limited to 'proto_lib/packet.h')
-rw-r--r-- | proto_lib/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_lib/packet.h b/proto_lib/packet.h index 6ef9094..aedb63f 100644 --- a/proto_lib/packet.h +++ b/proto_lib/packet.h @@ -26,7 +26,7 @@ const unsigned char serv_packet [] = {0xF0, 0X00}; const unsigned char proto_version = 0x03; const unsigned char delimiter = 0x01; - +const unsigned char block_end = 0x02; |