summaryrefslogtreecommitdiff
path: root/src/net/splice_linux.go
Commit message (Expand)AuthorAgeFilesLines
* net: don't use splice for unix{packet,gram} connectionsAndrei Tudor Călin2018-09-241-1/+4
* net: use splice(2) on Linux when reading from UnixConn, rework splice testsBen Burkert2018-09-051-4/+10
* net: add support for splice(2) in (*TCPConn).ReadFrom on LinuxAndrei Tudor Călin2018-04-241-0/+35