For my research, I would like to manually control the congestion control window size of TCP.
I want to explicitly stop the window from being reduced when segment/ack loss occurs on a test network.
Is this possible at all?
I have been looking into ways of doing this using Python, Netem and Scapy. I have access to both windows and linux (ubuntu 12).