Com-AugustCellars / CoAP-CSharp

CoAP Implementation in C#
Other
41 stars 19 forks source link

Multicast testing and fixes #77

Closed jimsch closed 4 years ago

jimsch commented 4 years ago

The multicast code did not quite work as it was supposed to. Do rewrites so that sockets are no going to be re-used for two different servers. Disabled the dual stack mode on all of the sockets because it has the problem that the multicast address returned is wrong for an v4 address.