git: 3520068b471f - stable/14 - TCP RACK: add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Feb 2025 20:29:13 UTC
The branch stable/14 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=3520068b471f03ee64613bb3c75d2a10866c3607
commit 3520068b471f03ee64613bb3c75d2a10866c3607
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2024-12-31 20:51:58 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-02-05 09:29:28 +0000
TCP RACK: add comment
Indicate that the missing of the break is intentionally.
Reviewed by: rrs
CID: 1523782
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D48273
(cherry picked from commit 0ce13b1d580f05f96e3d85afb0824f672cb0c7a2)
---
sys/netinet/tcp_stacks/rack.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
index 3d13ff380a8e..393ca3ca21f6 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -22469,6 +22469,7 @@ nomore:
return (error);
case ENETUNREACH:
counter_u64_add(rack_saw_enetunreach, 1);
+ /* FALLTHROUGH */
case EHOSTDOWN:
case EHOSTUNREACH:
case ENETDOWN: