TCP_NODELAY or Disabling Nagle's Algorithm

I noticed that there is not a setsockopt option for disabling Nagle’s algorithm. Is Nagle’s algorithm enabled or available in the NET+OS 5 Network Stack? If so how do you turn it off? This can cause high latency for applications that send small packets infrequently.

This is not incorporated yet it needs stack to be modified and for that you don’t have the source code - not achievable.