Descriptionsyscall: introduce WriteNB
Update issue 3412.
This proposal introduces the underlying syscall.WriteNB mechanism to be used by net.Conn.Write as discussed in CL 6813046. The WriteNB function is defined for all platforms, but for the moment only issues a RawSyscall on linux.
Patch Set 1 #Patch Set 2 : diff -r fce9621c9927 https://code.google.com/p/go #Patch Set 3 : diff -r fce9621c9927 https://code.google.com/p/go #
Total comments: 4
Patch Set 4 : diff -r 9a3e56fe880c https://code.google.com/p/go #MessagesTotal messages: 15
|