commit | ac075505667e036658069ff756ff7d8bf78f647f | [log] [tgz] |
---|---|---|
author | Patrik Flykt <patrik.flykt@intel.com> | Thu Jun 22 11:07:09 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jun 22 13:17:27 2017 +0300 |
tree | e0879ca5bd36d4298db905d094bb359981d0b1b1 | |
parent | d859295be9fcea54675cb2850867e4e98b2bde4a [diff] |
net: context: Go back to LISTEN state when receiving RST In LISTEN state ignore a TCP RST. In SYN RCVD state, reset TCP connection state to LISTEN when a valid RST segment is received. In all other states close the connection - except that these other states will not be handled in tcp_syn_rcvd() function. Jira: ZEP-2279 Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>