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?
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?