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

net/tcp: support bind the same port with different domain #3257

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

anchao
Copy link
Contributor

@anchao anchao commented Mar 31, 2021

Summary

net/tcp: support bind the same port with different domain

Reference here:
https://man7.org/linux/man-pages/man7/ipv6.7.html

IPV6_V6ONLY slice

Signed-off-by: chao.an anchao@xiaomi.com

Impact

N/A

Testing

bind() the same port on ipv4/6 socket

Reference here:
https://man7.org/linux/man-pages/man7/ipv6.7.html

IPV6_V6ONLY slice

Signed-off-by: chao.an <anchao@xiaomi.com>
@davids5 davids5 requested a review from antmerlino March 31, 2021 12:49
@xiaoxiang781216
Copy link
Contributor

@antmerlino could you take some time to review this patch?

Copy link
Contributor

@antmerlino antmerlino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antmerlino antmerlino merged commit 621242e into apache:master Apr 2, 2021
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

Successfully merging this pull request may close these issues.

3 participants