Date: Sat, 13 Jul 2024 11:56:53 GMT From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 69dace892d58 - main - tcp: fix number in comment Message-ID: <202407131156.46DBur42095869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=69dace892d58516fa32ab03de39ea6205b2363c4 commit 69dace892d58516fa32ab03de39ea6205b2363c4 Author: Peter Lei <peterlei@netflix.com> AuthorDate: 2024-07-13 11:43:09 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-07-13 11:53:48 +0000 tcp: fix number in comment Fixes: e18b97bd63a8 ("Update to bring the rack stack with all its fixes in.") MFC after: 1 week Sponsored by: Netflix, Inc. --- sys/netinet/tcp_log_buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_log_buf.h b/sys/netinet/tcp_log_buf.h index 082c2ca0f057..011506e2ed8a 100644 --- a/sys/netinet/tcp_log_buf.h +++ b/sys/netinet/tcp_log_buf.h @@ -269,7 +269,7 @@ enum tcp_log_events { TCP_LOG_PRU, /* TCP protocol user request 70 */ TCP_POLICER_DET, /* TCP Policer detectionn 71 */ TCP_PCM_MEASURE, /* TCP Path Capacity Measurement 72 */ - TCP_LOG_END /* End (keep at end) 72 */ + TCP_LOG_END /* End (keep at end) 73 */ }; enum tcp_log_states {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407131156.46DBur42095869>