]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sendfile() does currently not support SCTP sockets.
authortuexen <tuexen@FreeBSD.org>
Fri, 13 Mar 2020 18:38:28 +0000 (18:38 +0000)
committertuexen <tuexen@FreeBSD.org>
Fri, 13 Mar 2020 18:38:28 +0000 (18:38 +0000)
commit097fc9a992057412cb3aaefa3015b1a487ced348
tree78b34bf1cdf0a61b1618e04bf65387d5c2fdac45
parent410fae9c53e93d6dddad2e536879373296156471
sendfile() does currently not support SCTP sockets.
Therefore, fail the call.

Reviewed by: markj@
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D24059
lib/libc/sys/sendfile.2
sys/kern/kern_sendfile.c