Re: [go-nuts] (*TCPConn).SetNoPush?

2016-08-24 Thread Jingcheng Zhang
( > https://github.com/golang/net/blob/master/ipv4/helper_unix.go). Once you > have that you can perform any system calls you might need on it. > > On Tue, Aug 23, 2016 at 8:07 PM Jingcheng Zhang > wrote: > >> Then I'll make a try. As far as I know, Linux supports T

Re: [go-nuts] (*TCPConn).SetNoPush?

2016-08-23 Thread Jingcheng Zhang
nn) method. On Tuesday, August 23, 2016 at 9:29:03 PM UTC+8, Ian Lance Taylor wrote: > > On Tue, Aug 23, 2016 at 4:35 AM, Jingcheng Zhang > wrote: > > > > I'm writing a network program which requires a call to SetNoPush() of > > (*TCPConn), however it doesn'

[go-nuts] (*TCPConn).SetNoPush?

2016-08-23 Thread Jingcheng Zhang
Hello, I'm writing a network program which requires a call to SetNoPush() of (*TCPConn), however it doesn't exist in current TCPConn type. Any plan to implements this method? Thanks, Jingcheng Zhang -- You received this message because you are subscribed to the Google Groups &q