mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
tcp: fix number in comment
Fixes: e18b97bd63 ("Update to bring the rack stack with all its fixes in.")
MFC after: 1 week
Sponsored by: Netflix, Inc.
This commit is contained in:
parent
e5a0202f96
commit
69dace892d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue