Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157596422
D36641.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
D36641.diff
View Options
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -2174,6 +2174,12 @@
}
}
+ if (flags & TH_ACK)
+ TCPSTAT_INC(tcps_sndacks);
+ else if (flags & (TH_SYN|TH_FIN|TH_RST))
+ TCPSTAT_INC(tcps_sndctrl);
+ TCPSTAT_INC(tcps_sndtotal);
+
#ifdef INET6
if (isipv6) {
TCP_PROBE5(send, NULL, tp, ip6, tp, nth);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 24, 5:58 AM (1 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33464589
Default Alt Text
D36641.diff (386 B)
Attached To
Mode
D36641: tcp: fix simultaneous open and refine e80062a2d43
Attached
Detach File
Event Timeline
Log In to Comment