Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8145635

Add TCP_QUICKACK socket option

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 8, 8u66, 9
    • core-libs
    • b32

      A DESCRIPTION OF THE REQUEST :
      can we add TCP_QUICKACK on java.net.SocketOptions and corresponding setter methods on the Socket class with Socket.setTcpQuickAck(boolean), Socket.getTcpQuickAck()


      JUSTIFICATION :
      please see Mr.Nagle's explanation here. it will be a nice enhancement to use from within java.

      https://news.ycombinator.com/item?id=10608356

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      sets the TCP_QUICKACK on the socket
      ACTUAL -
      it is not available today

      ---------- BEGIN SOURCE ----------
      it is not a problem, but an enhancement request.
      ---------- END SOURCE ----------

            vtewari Vyom Tewari
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: