ldp: ignore TCP_CORK socket option 92/18692/1
authorFlorin Coras <fcoras@cisco.com>
Thu, 4 Apr 2019 19:55:30 +0000 (12:55 -0700)
committerFlorin Coras <fcoras@cisco.com>
Thu, 4 Apr 2019 19:55:30 +0000 (12:55 -0700)
Change-Id: Iffc3d2fbb478d5cd228959f4f2653d0508887489
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vcl/ldp.c

index 9e00d7e..6dc44ec 100644 (file)
@@ -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;