TCP RACK: add comment

Indicate that the missing of the break is intentionally.

Reviewed by:		rrs
CID:			1523782
MFC after:		1 week
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D48273
This commit is contained in:
Michael Tuexen
2024-12-31 21:51:58 +01:00
parent aac74b708b
commit 0ce13b1d58
+1
View File
@@ -22445,6 +22445,7 @@ rack_output(struct tcpcb *tp)
return (error);
case ENETUNREACH:
counter_u64_add(rack_saw_enetunreach, 1);
/* FALLTHROUGH */
case EHOSTDOWN:
case EHOSTUNREACH:
case ENETDOWN: