Page MenuHomeFreeBSD

D59303.id185804.diff
No OneTemporary

D59303.id185804.diff

diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1528,8 +1528,10 @@
TCPMD5_INPUT(m, NULL, NULL) != ENOENT)
goto done;
}
- } else if (to->to_flags & TOF_SIGNATURE)
+ } else if (to->to_flags & TOF_SIGNATURE) {
+ TCPSTAT_INC(tcps_sig_err_sigopt);
goto done;
+ }
#endif /* TCP_SIGNATURE */
/*
* See if we already have an entry for this connection.

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 17, 1:25 AM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37945477
Default Alt Text
D59303.id185804.diff (461 B)

Event Timeline