We have a crash dump (user mode) from the customer which is experiencing networking issues with our application. In crash dump I can see all handles that are open for networking.
Question: How can I investigate the socket associated with the handle?
Windbg !handle command shows no information about connection properties. I mean
- socket status
- bind/remote ip,
- bind/remote port
- pending data buffers (would be great) etc.