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