1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/include
Andy Green 16963f0430 sspc: extend RXPRE_CONNSTATE to handle 8 or 32-bit states
Currently only the low 8 bits of an SS state are proxied in a total packet
length of 8 octets.  Keep that format and behaviour since all the defined
states fit in 8 bits, but also allow for 32-bit states using a packet length
of 11 octets with the same command.

This lets us proxy user states (from http mapping) which start at a user
base of 1000.
2020-09-20 07:09:41 +01:00
..
libwebsockets sspc: extend RXPRE_CONNSTATE to handle 8 or 32-bit states 2020-09-20 07:09:41 +01:00
libwebsockets.h freertos: fixes for build on atmel xdk 2020-09-03 12:49:54 +01:00