HomeSort by relevance Sort by last modified time
    Searched defs:TCPT_PERSIST (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tcp_timer.h 43 #define TCPT_PERSIST 1 /* retransmit persistence */
58 * The TCPT_PERSIST timer is used to keep window size information
62 * the TCPT_PERSIST timer. When it expires, if the window is nonzero,
67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive
  /external/qemu/slirp-android/
tcp_timer.h 43 #define TCPT_PERSIST 1 /* retransmit persistence */
58 * The TCPT_PERSIST timer is used to keep window size information
62 * the TCPT_PERSIST timer. When it expires, if the window is nonzero,
67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive

Completed in 37 milliseconds