Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-23 Thread Geof Nieboer
Burak, The only immediate workaround I see is to patch the source code and rebuild using the scripts, which is likely not worth the effort for the average user, unless it's absolutely time critical that you get this working on windows immediately. Otherwise I just submitted the patch to jcorgan o

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-23 Thread Abdil Burak BAŞLI
] On Behalf Of mle...@ripnet.com Sent: Thursday, May 19, 2016 7:08 PM To: Andy Walls Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] UDP Source Error (on windows) Not sure how this would get leveraged by itself. But there are likely lots of kernel calls that have parameters that are

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-19 Thread mleech
Not sure how this would get leveraged by itself. But there are likely lots of kernel calls that have parameters that are ignored in certain contexts. I would be astonished if a general-purpose, long-lived, operating existed without that being the case from time to time. On 2016-05-19 11:58, An

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-19 Thread Andy Walls
On Thu, 2016-05-19 at 11:32 -0400, mle...@ripnet.com wrote: > I'll comment that the Windows socket implementation isn't in > compliance with the spirit of the robustness principle. But, whatevs. > Easy enough to just remove that option for the UDP case. > I think it's a bit of a security fail

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-19 Thread mleech
I'll comment that the Windows socket implementation isn't in compliance with the spirit of the robustness principle. But, whatevs. Easy enough to just remove that option for the UDP case. On 2016-05-19 08:59, Andy Walls wrote: >> OK, I was able to reproduce the issue, and it appears to me to a

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-19 Thread Geof Nieboer
Thanks Andy, I will submit a change to remove this set_option from the udp source then. Geof On Thu, May 19, 2016 at 3:59 PM, Andy Walls wrote: > > > > OK, I was able to reproduce the issue, and it appears to me to a core > > GNURadio issue not specifically related to the installer > > > > > >

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-19 Thread Andy Walls
> > OK, I was able to reproduce the issue, and it appears to me to a core > GNURadio issue not specifically related to the installer > > > udp_source_impl.cc is setting the SO_LINGER option on the UDP socket, > which at least on Windows, causes a WSAENOPROTOOPT exception, because > linger doesn'

Re: [Discuss-gnuradio] UDP Source Error (on windows)

2016-05-18 Thread Geof Nieboer
OK, I was able to reproduce the issue, and it appears to me to a core GNURadio issue not specifically related to the installer udp_source_impl.cc is setting the SO_LINGER option on the UDP socket, which at least on Windows, causes a WSAENOPROTOOPT exception, because linger doesn't really mean anyt