Skip to content
Snippets Groups Projects
Commit a9bde869 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Remove duplicates.

Sponsored by: Netflix.
parent d0835a6c
No related branches found
No related tags found
No related merge requests found
......@@ -299,8 +299,6 @@ struct int_symbol platform_symbols_table[] = {
{ TCP_KEEPIDLE, "TCP_KEEPIDLE" },
{ TCP_KEEPINTVL, "TCP_KEEPINTVL" },
{ TCP_KEEPCNT, "TCP_KEEPCNT" },
{ TCP_FASTOPEN, "TCP_FASTOPEN" },
{ TCP_KEEPCNT, "TCP_KEEPCNT" },
#if __FreeBSD_version >= 1003000
{ TCP_FASTOPEN, "TCP_FASTOPEN" },
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment