mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-04-28 11:52:23 +00:00
![]() When other roles like ws reading data, they follow `rx_buffer_size`, then fallback to context's `pt_serv_buf_size`. However, `raw-skt` don't follow `rx_buffer_size`, always use 0, then fallback to `pt_serv_buf_size`. This PR make `raw-skt` don't read more than `rx_buffer_size` data. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ops-raw-skt.c |