Russ
On Thu, Dec 15, 2011 at 6:37 AM, Paul Lalonde <paul.a....@gmail.com> wrote:
> There's certainly no clean way to expose the sysfd from a UDPConn,
Let me try it.
<http://codereview.appspot.com/5491044/>
> I question the wisdom of this path, however, as it quickly leads to
> divergent (user code) paths to support for different OSes - it seems much
> more go-like to have the same user code behave identically on Linux as
> Windows. For this reason I'd rather see SO_REUSEADDR added before the
> JoinGroup on Windows, so that so keep the cross-platform nature of the
> networking code.
There's no one-size-fits-all solution, agree.