-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network-simple
for SockAddr
#5
Comments
Ah, this is a good idea! Yes, this definitely has a home within I'm not sure if I haven't looked at your changes in great detail yet, I'll do it later. |
That's great to hear. Sorry, I didn't explain myself clearly. I tried to say that if I'll be easier to understand once I have some integrated code. I'll let you know then. |
There is still a lot to polish, but now with those commits referenced above you can get a better idea of the changes I propose.
The only real breaking API change I'd like to propose is to use I'll wait for your input before completing the changes and submitting a proper pull request. Please don't feel pressed to accept these changes, if you think these changes are too drastic, there is no problem, I can keep using the |
I made
network-simple
work with resolvedSockAddr
here: https://github.com/jdnavarro/network-simple-sockaddrNotice that it also works with
IPv6
andUnix Sockets
.Do you think it could be included somehow in
network-simple
? Perhaps in a different module and make the current `Network.Simple.TCP depend on it and just focus on resolving addresses?If you are in favor of this idea, I could do all the integration work.
The text was updated successfully, but these errors were encountered: