Re: [go-nuts] Go UDP performance

2017-02-22 Thread Tharaneedharan Vilwanathan
Hi All, Sorry for the delay. I remembered I got better UDP performance in another system. So I had to track it. First, please find the code at the end of this mail. - Version: I used go 1.7.1 - Platform: Ubuntu 16.10 on x86_64 (I used two setups. In one, I used i7 Skull Canyon NUC and in the ot

Re: [go-nuts] Go UDP performance

2017-02-21 Thread Konstantin Khomoutov
On Mon, 20 Feb 2017 13:02:15 -0800 Tharaneedharan Vilwanathan wrote: > Hi All, > > I am trying to send a lot of UDP packets from Go code but I realized > UDP performance is too low. The max I was able to do is about > 160Mbps. This is in Ubuntu 16.10 on x86_64 (i7-6700HQ). > > I tried to google

[go-nuts] Go UDP performance

2017-02-20 Thread Tharaneedharan Vilwanathan
Hi All, I am trying to send a lot of UDP packets from Go code but I realized UDP performance is too low. The max I was able to do is about 160Mbps. This is in Ubuntu 16.10 on x86_64 (i7-6700HQ). I tried to google on this and it looks like this is about the performance we can get. I am a bit surpr