Right now im working on a light cliente/server application written in C to check some problems with many computers sending data with TCP to a server through a switch.
I need to read some of the flow control variables, like for example the window size, number of retransmitted packets, etc.
In linux i do it with getsockopt, method i've read here: http://linuxgazette.net/136/pfeiffer.html but i can't find an equivalent method in the windows socket api.