Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107731548
D31915.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D31915.diff
View Options
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -5585,7 +5585,7 @@
rwnd_req, block_allowed, so->so_rcv.sb_cc, (uint32_t)uio->uio_resid);
}
- error = SOCK_IO_RECV_LOCK(so, (block_allowed ? SBL_WAIT : 0));
+ error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(in_flags));
if (error) {
goto release_unlocked;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 8:41 PM (20 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15891490
Default Alt Text
D31915.diff (390 B)
Attached To
Mode
D31915: sctp: Allow blocking on I/O locks even with non-blocking sockets
Attached
Detach File
Event Timeline
Log In to Comment