Searched hist:250000 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Din.hdiff 250000 Sat Apr 27 21:39:03 MDT 2013 cperciva Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112
since POSIX 2001 states that it shall be defined.

Reported by: sbruno
Reviewed by: jilles
MFC after: 1 week
H A Dtcp_var.hdiff 121884 Sun Nov 02 05:47:03 MST 2003 silby Add an additional check to the tcp_twrecycleable function; I had
previously only considered the send sequence space. Unfortunately,
some OSes (windows) still use a random positive increments scheme for
their syn-ack ISNs, so I must consider receive sequence space as well.

The value of 250000 bytes / second for Microsoft's ISN rate of increase
was determined by testing with an XP machine.
H A Dtcp_timewait.cdiff 121884 Sun Nov 02 05:47:03 MST 2003 silby Add an additional check to the tcp_twrecycleable function; I had
previously only considered the send sequence space. Unfortunately,
some OSes (windows) still use a random positive increments scheme for
their syn-ack ISNs, so I must consider receive sequence space as well.

The value of 250000 bytes / second for Microsoft's ISN rate of increase
was determined by testing with an XP machine.

Completed in 682 milliseconds