]> Cypherpunks repositories - gostls13.git/commit
net: add Buffers type, do writev on unix
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Sep 2016 20:50:57 +0000 (20:50 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 29 Sep 2016 20:33:45 +0000 (20:33 +0000)
commit8e69d43b32be578cd36eebe491b6e1205dbf32a4
tree0e54fa23fba47eabcbf13c4c8e77f2572e52277f
parentffd1c781b77aab542713b66ef387fa9307e4060b
net: add Buffers type, do writev on unix

No fast path currently for solaris, windows, nacl, plan9.

Fixes #13451

Change-Id: I24b3233a2e3a57fc6445e276a5c0d7b097884007
Reviewed-on: https://go-review.googlesource.com/29951
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/fd_unix.go
src/net/net.go
src/net/net_test.go
src/net/writev_test.go [new file with mode: 0644]
src/net/writev_unix.go [new file with mode: 0644]
src/syscall/syscall_nacl.go