zephyr/doc/releases
Robert Lubos f211cd6345 net: tcp: Deprecate CONFIG_NET_TCP_ACK_TIMEOUT
Deprecate CONFIG_NET_TCP_ACK_TIMEOUT as it is redundant with the
combination of CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT and
CONFIG_NET_TCP_RETRY_COUNT. The total retransmission timeout (i. e.
waiting for ACK) should depend on the individual retransmission timeout
and retry count, having separate config is simply ambiguous and
confusing for users.

Moreover, the config was currently only used during TCP handshake, and
for that purpose we could use the very same timeout that is used for the
FIN timeout. Therefore, repurpose the fin_timeout_ms to be a generic,
maximum timeout at the TCP stack.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-04-03 15:32:45 -04:00
..
eol_releases.rst doc: release: Remove v3.4.0 from the list of supported releases 2024-02-23 18:30:32 -06:00
index.rst doc: release: update eol for ltsv2 to 2025-01-26 2024-03-01 18:00:17 -05:00
migration-guide-3.5.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
migration-guide-3.6.rst doc: releases: Fix GH link in migration guide v3.6 2024-03-26 08:45:02 -04:00
migration-guide-3.7.rst net: tcp: Deprecate CONFIG_NET_TCP_ACK_TIMEOUT 2024-04-03 15:32:45 -04:00
release-notes-1.5.rst doc: delete dead JIRA links 2022-09-23 17:28:47 +00:00
release-notes-1.6.rst doc: delete dead JIRA links 2022-09-23 17:28:47 +00:00
release-notes-1.7.rst doc: delete dead JIRA links 2022-09-23 17:28:47 +00:00
release-notes-1.8.rst doc: delete dead JIRA links 2022-09-23 17:28:47 +00:00
release-notes-1.9.rst doc: delete dead JIRA links 2022-09-23 17:28:47 +00:00
release-notes-1.10.rst doc: fix broken doc links 2019-09-06 16:14:39 +02:00
release-notes-1.11.rst global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
release-notes-1.12.rst docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
release-notes-1.13.rst doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
release-notes-1.14.rst samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
release-notes-2.0.rst doc: make consistent release notes titles 2019-10-09 19:28:32 -04:00
release-notes-2.1.rst doc: fix kconfig usage issues 2022-01-17 11:42:53 -05:00
release-notes-2.2.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-2.3.rst kernel: Remove CONFIG_LEGACY_TIMEOUT_API 2021-01-14 21:33:16 -05:00
release-notes-2.4.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-2.5.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-2.6.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-2.7.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.0.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.1.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.2.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.3.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.4.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.5.rst doc: releases: fix typo 2024-01-25 18:14:31 -05:00
release-notes-3.6.rst doc: release: Finalize v3.6.0 release notes and migration guide 2024-02-23 18:30:32 -06:00
release-notes-3.7.rst bluetooth: nus: Change Kconfigs prefix to BT_ZEPHYR_NUS 2024-04-02 10:36:01 +03:00