cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
configure the TCP retrasmission time int
configure the TCP retrasmission time interval of lost packets
Jan 6, 2016 at 2:14pm UTC
Kande
(2)
I want to configure the TCP re transmission time interval of lost packets.
Currently when I have lost packets then every lost packets gets re-transmitted in one sec time interval.
So I would like to reduce the time interval of lost packets between each re transmission.
Any other way to configure it?
Jan 9, 2016 at 7:35pm UTC
andrewllewop
(64)
You need to reduce the time that interval of lost re-transmitted packets.
Do you currently have any code that needs modification or is it a program that you are trying to write from scratch
Topic archived. No new replies allowed.