Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160318552
D43213.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
D43213.diff
View Options
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1691,6 +1691,12 @@
goto again;
}
return (error);
+ case ENOTSUP:
+ if (tso && (flags & TH_CWR)) {
+ tso = 0;
+ goto send;
+ }
+ return (error);
case EHOSTDOWN:
case EHOSTUNREACH:
case ENETDOWN:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 5:37 AM (4 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34275173
Default Alt Text
D43213.diff (367 B)
Attached To
Mode
D43213: tcp: retry CWR transmission if TSO doesn't support ECN
Attached
Detach File
Event Timeline
Log In to Comment