Re: [go-nuts] RecvMsgUDP / SendMsgUDP

2020-01-07 Thread John Dreystadt
On Monday, January 6, 2020 at 5:42:04 PM UTC-5, Ian Lance Taylor wrote: > > On Mon, Jan 6, 2020 at 12:46 PM John Dreystadt > wrote: > > > > I noticed that the documentation for net.RecvMesgUDP and net.SendMesgUDP > seemed a bit odd because it referred to “out of band” for some of the > param

Re: [go-nuts] RecvMsgUDP / SendMsgUDP

2020-01-06 Thread Ian Lance Taylor
On Mon, Jan 6, 2020 at 12:46 PM John Dreystadt wrote: > > I noticed that the documentation for net.RecvMesgUDP and net.SendMesgUDP > seemed a bit odd because it referred to “out of band” for some of the > parameters being passed and some of the return values. This caused me to look > closely at

[go-nuts] RecvMsgUDP / SendMsgUDP

2020-01-06 Thread John Dreystadt
I noticed that the documentation for net.RecvMesgUDP and net.SendMesgUDP seemed a bit odd because it referred to “out of band” for some of the parameters being passed and some of the return values. This caused me to look closely at these two functions and here are the results of my research. Fir