Re: Question about tcp keep-alive timer

2014-08-11 Thread John Baldwin
On Sunday, August 10, 2014 4:09:55 pm David Bar wrote: > Hi > > > (Forgive me if this topic has been discussed before. I didn't find it in > the archives) > > In tcp_input(), when a packet is received on an established socket the code > re-arms the keep-alive timer, for each packet. > Here: > h

Question about tcp keep-alive timer

2014-08-10 Thread David Bar
Hi (Forgive me if this topic has been discussed before. I didn't find it in the archives) In tcp_input(), when a packet is received on an established socket the code re-arms the keep-alive timer, for each packet. Here: https://svnweb.freebsd.org/base/release/10.0.0/sys/netinet/tcp_input.c?revisi