added support for large WebSocket frames

This commit is contained in:
lujji 2017-02-03 07:33:27 +00:00
parent bce2139f06
commit 3b5397f2a4
3 changed files with 70 additions and 32 deletions

View file

@ -244,7 +244,7 @@ typedef void (*tWsOpenHandler)(struct tcp_pcb *pcb, const char *uri);
*
* @param pcb tcp_pcb to send.
* @param data data to send.
* @param len data length (should not exceed 125).
* @param len data length.
* @param mode WS_TEXT_MODE or WS_BIN_MODE.
* @return ERR_OK if write succeeded.
*/