diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 88ebf26f87..230dd200d5 100644 --- a/src/socket.h +++ b/src/socket.h @@ -114,6 +114,7 @@ struct Socket { int mark; bool free_bind; char *bind_to_device; + char *tcp_congestion; /* Only for INET6 sockets: issue IPV6_V6ONLY sockopt */ SocketAddressBindIPv6Only bind_ipv6_only; |