The sockets tag has no wiki summary.
4
votes
2answers
114 views
What tools are available for testing client/server software in various network topologies?
For testing a client/server platform that communicates over TCP/IP, is there a tool available to mimic various types of interposed network component, such a firewall with NAT or a SOCKS5 server.
...
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 ...