Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setTCPNoDelay inaccessible #339

Closed
Lloren opened this issue Sep 13, 2015 · 1 comment
Closed

setTCPNoDelay inaccessible #339

Lloren opened this issue Sep 13, 2015 · 1 comment

Comments

@Lloren
Copy link

Lloren commented Sep 13, 2015

I am developing a game off this server code and ran into TCP buffering (Nagle's algorithm) while I was trying to keep my clients updated at 90 tick.

I hacked in to hardcode setTcpNoDelay to true on the client socket that was created. (WebSocketServer.java:309)

I can create a pull request but I am not sure how much you would want that universality architected (setting of Socket or SocketChenel options)

@marci4
Copy link
Collaborator

marci4 commented Apr 26, 2017

added with #462

@marci4 marci4 added this to the Release 1.3.3 milestone Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants