Add ipv6 support (DO NOT MERGE YET)#25
Conversation
|
Would you have a rebased version of this for the latest tree? |
|
I can rebase but this would require to have STACKV6 in |
|
This PR would be better solved if we manage to get a |
|
Do you mean Having said that, I have the code somewhere because I needed it in order to get |
yea. I agree that the |
146d013 to
84179f7
Compare
|
What's the status of this? It never got merged or closed. |
|
This was written as a quick hack to test the IPv6 implementation in As for the status of IPv6, there is an implementation of it in |
|
Not relevant anymore. |
|
Yes, due to the ability to define by yourself the type |
See mirage/mirage-tcpip#70 and mirage/mirage#319. I did just enough to be able to run the cohttp examples over ipv6.
Right now you are forced to listen for connections over both IPv4 and IPv6 together (see function
serve). We can fix this by making the type ofmodehave variantsTCPv4 of intandTCPv6 of int.