Skip to content

Commit

Permalink
TCP_MAXBURST was removed in FreeBSD’s commit a00c3a94bf64
Browse files Browse the repository at this point in the history
  • Loading branch information
ocochard committed Nov 15, 2024
1 parent 99850fe commit cba84af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions read_bbrlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,6 @@ translate_tcp_sock_option(uint32_t opt)
return ("TCP_TXTLS_ENABLE");
} else if (opt == TCP_TXTLS_MODE) {
return ("TCP_TXTLS_MODE");
} else if (opt == TCP_MAXBURST) {
return ("TCP_MAXBURST");
} else if (opt == TCP_IWND_NB) {
return ("TCP_IWND_NB");
} else if (opt == TCP_IWND_NSEG) {
Expand Down

0 comments on commit cba84af

Please sign in to comment.