Windows Multicast

49 views
Skip to first unread message

Paul Lalonde

unread,
Aug 30, 2011, 1:07:57 PM8/30/11
to golang-dev
I have a start of a patch for supporting multicast on windows, which
includes a consolidation of wsock into all ws2_32.dll (and removing
the dependency on wsock32.dll) plus mswsock.dll (for TransmitFile,
AcceptEx and GetAcceptEx), and a shift to wsock 2.0 (for the multicast
support). The remainder of the code is very similar to the linux
code (setsockopt calls, IP_ADD_MULTICAST token needs to be set to 0xc
instead of its current iota, etc).

I'm uncertain how to wrap up this patch set - I haven't found any
automated build for the zsyscall_* files, though I can generate them
by hand with the given perl script.

Any guidance would be appreciated.

Paul

brainman

unread,
Aug 30, 2011, 7:27:51 PM8/30/11
to golan...@googlegroups.com
Please, use codereview, and show us what you have so far. Someone will point you in the right direction. Try not to do everything in one go. Thank you.

Alex

Paul Lalonde

unread,
Aug 31, 2011, 2:05:58 PM8/31/11
to golan...@googlegroups.com
Any tips on setting up hg on my windows box?  The codereview plugin complains that there's no HTMLParser module.


On Tue, Aug 30, 2011 at 4:27 PM, brainman <alex.b...@gmail.com> wrote:
Please, use codereview, and show us what you have so far. Someone will point you in the right direction. Try not to do everything in one go. Thank you.

Alex



--
I'm migrating my email.  plal...@telus.net will soon be disconnected.  Please use paul.a....@gmail.com from now on.


Russ Cox

unread,
Aug 31, 2011, 2:28:06 PM8/31/11
to Paul Lalonde, golan...@googlegroups.com
On Wed, Aug 31, 2011 at 14:05, Paul Lalonde <paul.a....@gmail.com> wrote:
> Any tips on setting up hg on my windows box?  The codereview plugin
> complains that there's no HTMLParser module.

HTMLParser was added in 2.2 and disappeared in 3.0.
it seems unlikely your python isn't between those two,
but what version are you running?

peterGo

unread,
Aug 31, 2011, 3:01:25 PM8/31/11
to golang-dev
Paul,

codereview extension under Windows/Mingw Mercurial
http://groups.google.com/group/golang-nuts/msg/549185563f49b632

Peter

On Aug 31, 2:05 pm, Paul Lalonde <paul.a.lalo...@gmail.com> wrote:
> Any tips on setting up hg on my windows box?  The codereview plugin
> complains that there's no HTMLParser module.
>
> On Tue, Aug 30, 2011 at 4:27 PM, brainman <alex.brain...@gmail.com> wrote:
> > Please, use codereview, and show us what you have so far. Someone will
> > point you in the right direction. Try not to do everything in one go. Thank
> > you.
>
> > Alex
>
> --
> I'm migrating my email.  plalo...@telus.net will soon be disconnected.
>  Please use paul.a.lalo...@gmail.com from now on.

mattn

unread,
Aug 31, 2011, 9:57:41 PM8/31/11
to golan...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages