]> Cypherpunks repositories - gostls13.git/commit
net: Sendfile for win32.
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sat, 11 Jun 2011 03:24:48 +0000 (13:24 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 11 Jun 2011 03:24:48 +0000 (13:24 +1000)
commit13740973814ebfe11c76caa576a75b0c6f9be352
tree778de972071ee26d2b4245f7a794945c704f8bbe
parent968afa0e8c7f27b8767e76ed813e92bf670164c7
net: Sendfile for win32.
implement using TransmitFile().

R=bsiegert, bradfitz, alex.brainman, rsc, go.peter.90
CC=golang-dev
https://golang.org/cl/4536076
src/pkg/net/Makefile
src/pkg/net/sendfile_windows.go [new file with mode: 0644]
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/ztypes_windows_386.go