Close connections when reserved bits are used (autobahn test: 3 Reserved Bits)
This commit is contained in:
@ -112,6 +112,8 @@ namespace ix
|
||||
unsigned header_size;
|
||||
bool fin;
|
||||
bool rsv1;
|
||||
bool rsv2;
|
||||
bool rsv3;
|
||||
bool mask;
|
||||
enum opcode_type
|
||||
{
|
||||
|
Reference in New Issue
Block a user