From 8124cb784050275372e05a97b1e62f9f1ba5a091 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Sun, 16 Dec 2018 20:57:29 -0800 Subject: tcp: fix handling of broken syn options Change-Id: Ia8b2a077ba4897ddd15cf33221b191cd7a3f1d33 Signed-off-by: Florin Coras --- src/vnet/tcp/tcp_output.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/tcp/tcp_output.c') diff --git a/src/vnet/tcp/tcp_output.c b/src/vnet/tcp/tcp_output.c index 113fb148c37..fc4bceb58cb 100644 --- a/src/vnet/tcp/tcp_output.c +++ b/src/vnet/tcp/tcp_output.c @@ -447,7 +447,6 @@ tcp_init_mss (tcp_connection_t * tc) if (tc->snd_mss < 45) { - clib_warning ("snd mss is 0"); /* Assume that at least the min default mss works */ tc->snd_mss = default_min_mss; tc->rcv_opts.mss = default_min_mss; -- cgit 1.2.3-korg