try to send data in one TCP packed if possible,

add random mask support for short frames.
may helps with #34
This commit is contained in:
Markus Sattler
2015-12-28 02:52:55 +01:00
parent 848979ecf0
commit ff33056309
3 changed files with 58 additions and 17 deletions

View File

@ -17,7 +17,7 @@ a WebSocket Server and Client for Arduino based on RFC6455.
##### Limitations #####
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
- max output length has no limit (the hardware is the limit)
- Client send masked frames always with mask 0x00000000
- Client send masked send big frames with mask 0x00000000 (on AVR all frames)
##### Supported Hardware #####
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)