| commit | 1f5c28527933034e2a7288f07e66d26a9f6c5301 | [log] [tgz] |
|---|---|---|
| author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Thu Oct 23 12:04:08 2025 +0300 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 27 07:32:28 2025 -0400 |
| tree | c676f7b48b0e824ba1fc99106cf7491f0f05136e | |
| parent | a0eb0937349dab37529ede3fd686359997e77b22 [diff] |
net: tcp: Allow immediate connection tear down If the network interface goes down, then we do not have any time to tear down TCP connection gracefully because there is no more a connection to send data to. In this case the TCP connection is forcefully closed without going into FIN_WAIT_1 state. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>