Search found 1 match

by brahim48
Tue Mar 15, 2016 12:06 pm
Forum: General Broadband Forum
Topic: tcp window recive incresing size during three way handshak
Replies: 0
Views: 3480

tcp window recive incresing size during three way handshak

I have a question regarding TCP receive window size Here is a example from the application Wireshark:

client A :syn, win=8192 , ws=4 ====>
<===== client B: syn, ack win 5840 , ws=128
client A : Ack win=65700 ,

How did we obtain 65700(increasing from 8192 to 65700) in three way handshake ? and how ...