Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102869038
D18033.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D18033.diff
View Options
Index: head/sys/netinet/tcp_stacks/rack.c
===================================================================
--- head/sys/netinet/tcp_stacks/rack.c
+++ head/sys/netinet/tcp_stacks/rack.c
@@ -6528,6 +6528,10 @@
TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_IN, 0,
tlen, &log, true);
}
+ if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) {
+ way_out = 4;
+ goto done_with_input;
+ }
/*
* Segment received on connection. Reset idle time and keep-alive
* timer. XXX: This should be done after segment validation to
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 5:32 AM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14711152
Default Alt Text
D18033.diff (557 B)
Attached To
Mode
D18033: TCP RACK stack should honor net.inet.tcp.drop_synfin sysctl variable
Attached
Detach File
Event Timeline
Log In to Comment