gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 32 forks source link

UDP Sources crash #13

Closed gnieboer closed 7 years ago

gnieboer commented 8 years ago

See also https://github.com/pothosware/gnuradio/issues/23

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 anything for a UDP socket.

Bug is an upstream bug in GNURadio, this is for tracking purposes only.

gnieboer commented 7 years ago

Fixed upstream, will be validated in release 1.1.3