Searched defs:TCP_NODELAY (Results 1 – 4 of 4) sorted by relevance
143 @Native public static final int TCP_NODELAY = 0x0001; field
375 public static final SocketOption<Boolean> TCP_NODELAY = field in StandardSocketOptions
41 public static final int TCP_NODELAY = 6; field in OldSocketTestCase
854 public static final int TCP_NODELAY = placeholder(); field in OsConstants