commit | 00ac0487b042cf8983e021e1177446ef538c159d | [log] [tgz] |
---|---|---|
author | Patrik Flykt <patrik.flykt@intel.com> | Mon Jul 03 14:17:14 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jul 06 14:33:55 2017 +0300 |
tree | 4f68761d46ab7d43204ef16f38d3a700566de07f | |
parent | 117771e6339aec402ab33ae13e691670725c7c06 [diff] |
net: context: Remove tcp struct SYN-ACK timer handling The SYN-ACK timer is now handled by the TCP backlog functionality, while the remaining ACKs for established connections use the tcp struct ack timer. With this, code setting tcp struct SYN-ACK state timers can now be removed. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>