Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157130135
D51090.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D51090.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
@@ -1032,10 +1032,6 @@
/* We don't use the pointer */
*ptr = NULL;
- KASSERT(tp->t_state < TCPS_TIME_WAIT,
- ("%s: connection %p in unexpected state %d", __func__, tp,
- tp->t_state));
-
/* Make sure we get no interesting mbuf queuing behavior */
/* All mbuf queue/ack compress flags should be off */
tcp_lro_features_off(tp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 3:48 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33319081
Default Alt Text
D51090.diff (467 B)
Attached To
Mode
D51090: tcp: remove an invalid KASSERT
Attached
Detach File
Event Timeline
Log In to Comment