TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

How to set receive buffer size #1323

Closed xxxga0 closed 8 months ago

xxxga0 commented 1 year ago

I see WebSocketImpl has property RCVBUF,but cant't change it's value Thank you!!!

ilbey-deniz commented 8 months ago

up

marci4 commented 8 months ago

You dont have to change this value

PhilipRoman commented 5 months ago

This feature was implemented in #1407