diff --git a/include/net/websocket.h b/include/net/websocket.h index 1f6d80ef8e7..e639238a6aa 100644 --- a/include/net/websocket.h +++ b/include/net/websocket.h @@ -36,7 +36,7 @@ extern "C" { #define WEBSOCKET_FLAG_BINARY 0x00000004 /**< Binary data */ #define WEBSOCKET_FLAG_CLOSE 0x00000008 /**< Closing connection */ #define WEBSOCKET_FLAG_PING 0x00000010 /**< Ping message */ -#define WEBSOCKET_FLAG_PONG 0x00000011 /**< Pong message */ +#define WEBSOCKET_FLAG_PONG 0x00000020 /**< Pong message */ enum websocket_opcode { WEBSOCKET_OPCODE_CONTINUE = 0x00,