X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsocket.h;h=230dd200d5e423ebef41f869ec3f6555d5b0c0c1;hp=88ebf26f870b5db0713114dead3d0903f92b44fc;hb=cebf8b209237db381a504c50eeba76c4c28fb677;hpb=b15bdda87046f5e46080fd84fda878cba2da0fc8 diff --git a/src/socket.h b/src/socket.h index 88ebf26f8..230dd200d 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;