HomeSort by relevance Sort by last modified time
    Searched refs:TF_NODELAY (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
tcp_var.h 55 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
tcp_output.c 179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
  /external/qemu/slirp-android/
tcp_var.h 60 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
tcp_output.c 179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&

Completed in 395 milliseconds