commit | 8509aa29e389bb57a7224d1ace0c55ba64db427b | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Thu Apr 04 12:55:30 2019 -0700 |
committer | Florin Coras <fcoras@cisco.com> | Thu Apr 04 12:55:30 2019 -0700 |
tree | fffa721ccb4e431fd461e4e64901716fcf54580c | |
parent | a154017cf5469d27b30c43d9f2b6144d1f286dd9 [diff] |
ldp: ignore TCP_CORK socket option Change-Id: Iffc3d2fbb478d5cd228959f4f2653d0508887489 Signed-off-by: Florin Coras <fcoras@cisco.com>
diff --git a/src/vcl/ldp.c b/src/vcl/ldp.c index 9e00d7e..6dc44ec 100644 --- a/src/vcl/ldp.c +++ b/src/vcl/ldp.c
@@ -1837,6 +1837,7 @@ (void *) optval, &optlen); break; case TCP_CONGESTION: + case TCP_CORK: /* Ignore */ rv = 0; break;