diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-01-04 17:31:50 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-01-04 17:31:50 +0000 |
| commit | 2f2ddd68a556157fef2a527b95414dd2bad00ded (patch) | |
| tree | 6d2d3f31da09ca297ac344482341edb7cba33495 /sys/netinet/sctp_output.c | |
| parent | f0d85a5dc5eb237abb3dc444943e334518f4dc80 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.c')
| -rw-r--r-- | sys/netinet/sctp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 08f40974b07a7..7fe1b2107e12a 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -12836,7 +12836,7 @@ sctp_lower_sosend(struct socket *so, } } if (SCTP_SO_IS_NBIO(so) - || (flags & MSG_NBIO) + || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0 ) { non_blocking = 1; } |
