Is there a command line tool in windows that lists all the socket options that are currently set on a tcp socket? I am looking for something that lists all tcp connections in a process, and for each connection shows me the socket options that are set.
I have one client application that has zero latency (when talking to a service), and another that has a 45ms latency - so I thought a comparison of the socket options set on the two applications might help me figure out what is wrong.
I am using resource monitor to see the latency for the tcp connections.