2 import "dccl/option_extensions.proto";
6 option (dccl.msg).id = 2;
7 option (dccl.msg).max_bytes = 1;
10 message ShortIDMsgWithData
12 option (dccl.msg).id = 3;
13 option (dccl.msg).max_bytes = 10;
15 optional int32 in_head = 1 [
16 (dccl.field).in_head = true,
18 (dccl.field).max = 100
20 optional int32 in_body = 2 [
21 (dccl.field).in_head = true,
23 (dccl.field).max = 100
29 option (dccl.msg).id = 10000;
30 option (dccl.msg).max_bytes = 2;
35 option (dccl.msg).id = 32768;
36 option (dccl.msg).max_bytes = 32;
41 option (dccl.msg).id = 128;
42 option (dccl.msg).max_bytes = 2;
45 message ShortIDEdgeMsg
47 option (dccl.msg).id = 127;
48 option (dccl.msg).max_bytes = 1;