mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
This commit is contained in:
commit
25aca95b91
@ -65,7 +65,7 @@ public:
|
||||
FRAME_FLAG_FIN = 0x80, /// FIN bit: final fragment of a multi-fragment message.
|
||||
FRAME_FLAG_RSV1 = 0x40, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV2 = 0x20, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV3 = 0x10, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV3 = 0x10 /// Reserved for future use. Must be zero.
|
||||
};
|
||||
|
||||
enum FrameOpcodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user