[Mono-list] UdpClient broadcast bug?

Dick Porter dick@ximian.com
Wed, 23 Feb 2005 16:40:08 +0000


On Wed, 2005-02-23 at 11:56 +0000, Chris Bacon wrote:
> Hi,
> 
> On MS.NET it appears that when the UdpClient class is used the socket it
> creates has broadcasting enabled. On Mono it is disabled. I have attached a
> (totally trivial) patch to UdpClient.cs that resolves this.

I've committed a fix to svn HEAD.

> Here is a test case that demonstrates the problem (works on MS, fails on
> Mono):

Thanks, I've added that to our tests too.

- Dick