Window Size in packet
Just so I am clear on this, am I correct in a trace file, the Window size in the TCP section relates to the senders recieve window size
So for example, I done a trace between client and server
Client -> Server Window Size 64240
Server -> Client Window Size 26883
So in the above, client has a 64k Recieve Window size and Server has a 26k Recieve Window size
Also, are the Window size negiotated at the TCP 3 way hand shake.