X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp_error.def;h=5acc576e3cbe51a6611785c8bd5ea0b6615bba2e;hb=43818c1e02b33b5baf0d3e06caf9dec61301e921;hp=7dbe952e10480b8f3fc21699b766d33fb9e8434a;hpb=222e1f4160a5828bb2b5bf62716cd76664f6100b;p=vpp.git diff --git a/src/vnet/tcp/tcp_error.def b/src/vnet/tcp/tcp_error.def index 7dbe952e104..5acc576e3cb 100644 --- a/src/vnet/tcp/tcp_error.def +++ b/src/vnet/tcp/tcp_error.def @@ -48,4 +48,5 @@ tcp_error (OPTIONS, "Could not parse options") tcp_error (PAWS, "PAWS check failed") tcp_error (RCV_WND, "Segment not in receive window") tcp_error (FIN_RCVD, "FINs received") -tcp_error (LINK_LOCAL_RW, "No rewrite for link local connection") \ No newline at end of file +tcp_error (LINK_LOCAL_RW, "No rewrite for link local connection") +tcp_error (ZERO_RWND, "Zero receive window") \ No newline at end of file