Closed chuenlungwang closed 9 years ago
https://github.com/cloudwu/sproto/blob/master/sproto.c#L155 中 field 已经是偏移过 SIZEOF_HEADER 的, 因而求 value 时, 不需要在偏移 SIZEOF_HEADER.
field
SIZEOF_HEADER
value
thanks.
https://github.com/cloudwu/sproto/blob/master/sproto.c#L155 中
field
已经是偏移过SIZEOF_HEADER
的, 因而求value
时, 不需要在偏移SIZEOF_HEADER
.