We are using a third party library in one of our applications. We would like to find a tool which will list all of the open sockets on the machine AND give us the ability to see the various TCP properties associated with the socket suck as: SendBufferSize ReceiveBufferSize NoDelay (Nagle) DontFragment TTL
We've spoken to the vendor, and although they have disabled Nagle on their server, we would like to know exactly how the sockets are being created with their library on our servers.
Any tools out there for this?