couchbaselabs / BLIP-Cocoa

Implementation of the BLIP messaging protocol, for iOS and Mac OS X
Apache License 2.0
14 stars 8 forks source link

Flags in documentation are not correct #4

Open sirtopp opened 7 years ago

sirtopp commented 7 years ago

Frame/message flag description in Protocol.md does not correspond to those defined in BLIP_Internal.h. For example COMPRESSED flag is defined as 0x04 while in code it actually is 0x08.

tleyden commented 6 years ago

@sirtopp thanks for calling this out! See PR https://github.com/couchbaselabs/BLIP-Cocoa/pull/5