Default Timeout in windows and retransmission [closed]

asked 2024-06-10 15:00:44 +0000

I am using python socket programming to establish tcp/ip connection via ethernet cable. Via my program I am sending the packet and receiver should acks the packet within 10ms.

The logging is done via wireshark. To check if my ack timeout works fine or not i want to make fail case to reduce ack timeout in my sender pc to 1ms so that retransmission occurs how to make this to work in windows?

Because in windows how to set the retransmission and ack timeout?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by grahamb
close date 2024-06-10 15:54:50.483216

Comments

Not a Wireshark question

grahamb gravatar imagegrahamb ( 2024-06-10 15:54:44 +0000 )edit