Tagged Questions
1
vote
0answers
38 views
Obtaining information about a socket
On a Windows 7 amd4 box, I have an application that creates a TCP socket.
My aim is to check whether this is a dual-stack socket. (Dual-stack sockets are available in Windows since Vista.)
For ...