Networking-Protocol/TCP/TCP #85
Replies: 1 comment
-
| 
         TCP slow start is not slow, it is exponential, it is used to find the safe transmission rate, it basically doubles until loss is detected, so it sets the baseline rate to be the safe rate, after that it increases by 1 MSS in the AIMD process after each ack is receieved  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Networking-Protocol/TCP/TCP
Abstract The Stateful Network Protocol used transfer data from one Computer Network to another Implemented inside the Kernel, so if we want some custom features for TCP, we need to modify the kernel codes TCP is bidirectional Both peers can send and receive data, which means each peer has a Sequence...
https://notes.yxy.ninja/Networking-Protocol/TCP/TCP
Beta Was this translation helpful? Give feedback.
All reactions