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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user