zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.97k stars 745 forks source link

IPv6 #8

Closed somdoron closed 10 years ago

somdoron commented 12 years ago

IPv6 is not tested and there are probably some bugs...

JamesWHurst commented 11 years ago

Is this issue still open? Has anyone done anything on this yet? If not, I may have a go at this one.

somdoron commented 11 years ago

Hi Jamed,

Nobody test it, might need some tweaking to work....

It will be great if you could cover this. On Oct 6, 2013 7:53 AM, "JamesWHurst" notifications@github.com wrote:

Is this issue still open? Has anyone done anything on this yet? If not, I may have a go at this one.

— Reply to this email directly or view it on GitHubhttps://github.com/zeromq/netmq/issues/8#issuecomment-25762356 .

JamesWHurst commented 11 years ago

Hi Doron, okay: what is the process for contributing back my contribution to your project? I have a set of edits to commit for the issue re .NET 3.5 compatibility: it's not a lot of code, but it took a lot of tedious time to get right, and I would like to get that in, and learn your process for contributing, before doing the IPv6 work - which I'm anxious to do. Thx.

JamesWHurst commented 11 years ago

I am not getting anywhere vis a vis pushing my changes back to my branch on the Github repo. I have done extensive work, but I'm not getting the git. The "help" webpages are not of any help, other than to understand the general concepts. The commands don't match up, or just give errors. On the brighter side (from my own selfish perspective) - now NetMQ is working wonderfully on my own projects. :<(

JamesWHurst commented 11 years ago

Btw, I am using NetMQ with IPv6-addresses in my own project. Can anyone advise - what exactly was not working vis a vis IPv6 within NetMQ ?

somdoron commented 10 years ago

fixed