K 10 svn:author V 5 andre K 8 svn:date V 27 2006-02-16T19:38:07.000000Z K 7 svn:log V 491 Have TCP Inflight disable itself if the RTT is below a certain threshold. Inflight doesn't make sense on a LAN as it has trouble figuring out the maximal bandwidth because of the coarse tick granularity. The sysctl net.inet.tcp.inflight.rttthresh specifies the threshold in milliseconds below which inflight will disengage. It defaults to 10ms. Tested by: Joao Barros , Rich Murphey Sponsored by: TCP/IP Optimization Fundraise 2005 END