Add websocket example that supports permessage-deflate extension
This commit is contained in:
parent
71f4609cb5
commit
145479f095
19 changed files with 2175 additions and 1 deletions
|
|
@ -345,7 +345,8 @@
|
|||
/**
|
||||
* LWIP_SO_RCVBUF==1: Enable SO_RCVBUF processing.
|
||||
*/
|
||||
#define LWIP_SO_RCVBUF 0
|
||||
#define LWIP_SO_RCVBUF 1
|
||||
#define INT_MAX __INT_MAX__
|
||||
|
||||
/**
|
||||
* SO_REUSE==1: Enable SO_REUSEADDR option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue