Socket.setTcpNoDelay() vs host setting (Nagle's Algorithm)

634 Views Asked by At

I just wanted some insight into how Nagle's algorithm is handled in regards to an application vs host.

So, say the host had TCP_NODELAY enabled, but the Java application didn't, which would take priority?

What about the other way round?

0

There are 0 best solutions below