Skip to content
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

TCP listening added for IPv6 - New feature #57

Open
alan7000 opened this issue Aug 27, 2024 · 0 comments
Open

TCP listening added for IPv6 - New feature #57

alan7000 opened this issue Aug 27, 2024 · 0 comments

Comments

@alan7000
Copy link

Hello,

Your implementation is pretty good, however for my use case, I mainly use IPv6 in my infrastructure.

Your implementation only uses IPv4.

netstat -an | grep 6556
tcp4 0 0 192.168.1.254.6556 192.168.1.251.33734 TIME_WAIT
tcp4 0 0 *.6556 *.* LISTEN 

On my side, I tried to add IPv6 listening but as I don't have enough experience in python, I didn't manage to finalize the IPv6 implementation.

Can you implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant