Page MenuHomeFreeBSD

D55466.id.diff
No OneTemporary

D55466.id.diff

diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c
--- a/sys/netinet/tcp_timewait.c
+++ b/sys/netinet/tcp_timewait.c
@@ -75,6 +75,7 @@
#include <netinet/tcp_seq.h>
#include <netinet/tcp_timer.h>
#include <netinet/tcp_var.h>
+#include <netinet/tcp_log_buf.h>
#include <netinet/tcpip.h>
#include <netinet/udp.h>
@@ -288,6 +289,8 @@
*/
if (thflags != TH_ACK || tlen != 0 ||
th->th_seq != tp->rcv_nxt || th->th_ack != tp->snd_nxt) {
+ TCP_LOG_EVENT(tp, th, NULL, NULL, TCP_LOG_IN, 0, tlen, NULL,
+ true);
TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
tcp_respond(tp, mtod(m, void *), th, m, tp->rcv_nxt,
tp->snd_nxt, TH_ACK);

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 27, 9:51 AM (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28977762
Default Alt Text
D55466.id.diff (678 B)

Event Timeline