tcp: Reimplement TCP_FASTKEEP socket option using per-pcb keepidle
[dragonfly.git] / sys / netinet / tcp_timer2.h
2012-04-19 Sepherosa Ziehautcp: Reimplement TCP_FASTKEEP socket option using per...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepidle
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2009-04-22 Sepherosa Ziehautcp_timer: Add assertion to make sure that tcp timers...
2008-12-16 Sepherosa ZiehauRemove tcpcb.tt_msg == NULL tests in tcp_callout_*().
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...