Is it possible to look at (and modify) IPv6 extension headers with Winsock using C/ C++? What API's allow us to do that?
相关问题
- Multiple sockets for clients to connect to
- HTTP request over IPv6
- dual-stack ipv6/ipv4 on localhost
- IPV6 Swift Reachability
- Regular expression to validate InetSocketAddresses
相关文章
- Winsock redefinition errors [duplicate]
- perform connect() on specific network adapter
- RewriteRule with an IPv6 IP address does not work
- Why do inet_ntoa and inet_ntop “reverse” the bytes
- hostname not translated into an IP address using W
- Convert from MAC to IPv6
- How to convert IPv4-mapped-IPv6 address to IPv4 (s
- How do I access the web server or website using li
IPv6 headers are not received using Raw Sockets on Winsock. As this MSDN page says
In other words, it's not possible to receive and modify IPv6 headers (or extension headers) using Winsock.