I made a short example because I have tried understanding the difference between MSS and window size in tcp header when we consider a sender and a receiver.
So let's say sender and receiver use the same MSS which is 700 Byte and let's say window size (in tcp header) is 28000 Byte for both sender and receiver.
Now my question, can receiver send full 28000 Byte to sender? Or will this be restricted/influenced by the MSS with 700 Byte somehow?
Maybe you can give me a simple example like that if mine was too bad?