summaryrefslogtreecommitdiffstats
path: root/src/vcl/ldp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcl/ldp.c')
-rw-r--r--src/vcl/ldp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcl/ldp.c b/src/vcl/ldp.c
index 9e00d7e2668..6dc44ece42f 100644
--- a/src/vcl/ldp.c
+++ b/src/vcl/ldp.c
@@ -1837,6 +1837,7 @@ setsockopt (int fd, int level, int optname,
(void *) optval, &optlen);
break;
case TCP_CONGESTION:
+ case TCP_CORK:
/* Ignore */
rv = 0;
break;