Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144292581
D49275.id152000.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
262 B
Referenced Files
None
Subscribers
None
D49275.id152000.diff
View Options
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -594,7 +594,7 @@
goto out;
}
if (SOLISTENING(so)) {
- error = EINVAL;
+ error = EOPNOTSUPP;
goto out;
}
#ifdef INET
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 4:39 PM (19 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28474519
Default Alt Text
D49275.id152000.diff (262 B)
Attached To
Mode
D49275: tcp: return EOPNOTSUPP on attempt to connect(2) a listening socket
Attached
Detach File
Event Timeline
Log In to Comment