Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The first full-size packet (tcp.len 1460) from the server is not getting to the client.

You can try with a ping to test which MTU size is supported on your connection and reduce the MTU size accordingly

ping–f –l 1472 192.168.5.33  (MTU size 1500) 
ping–f –l 1372 192.168.5.33  (MTU size 1400)

Regards Matthias