Searched refs:TCP_QUICKACK (Results 1 – 2 of 2) sorted by relevance
55 if (ss.supportedOptions().contains(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()56 Sockets.setOption(ss, ExtendedSocketOptions.TCP_QUICKACK, true); in TestQuickAck()57 if (!ss.getOption(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()62 if (s.supportedOptions().contains(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()63 Sockets.setOption(s, ExtendedSocketOptions.TCP_QUICKACK, true); in TestQuickAck()64 if (!s.getOption(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()69 if (ds.supportedOptions().contains(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()73 if (mc.supportedOptions().contains(ExtendedSocketOptions.TCP_QUICKACK)) { in TestQuickAck()
95 public static final SocketOption<Boolean> TCP_QUICKACK = field in ExtendedSocketOptions183 options.add(TCP_QUICKACK); in options()213 } else if (option == TCP_QUICKACK) { in sun.net.ext.ExtendedSocketOptions.register()243 } else if (option == TCP_QUICKACK) { in sun.net.ext.ExtendedSocketOptions.register()