I am implementing dual stack mode to support IPv4 and IPv6.
If I am creating a IPv6 socket and listening on it, will it accept the connection from IPv4 socket also ??
I am implementing dual stack mode to support IPv4 and IPv6. If I am
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, unless the operating system is configured otherwise, e.g.
net.ipv6.bindv6only=1in Linux, or you set theIPV6_V6ONLYsocket option.