We have sites that homed to the hub for resources and users are experiencing slowness. Captured traffic on both end hosts and receiver is getting lots of out of order packets based on the Wireshark analysis. However, UDP traffic such as VTC is not affected. Captured the UDP traffic from both ends and the IP ID numbers all matched. From info provided from the network group, no load balancer is in place, routing, LAN and QOS checks out. There is firewall used in the network and traffic is GRE. Not sure why TCP traffic is affected and not UDP. asked 03 May '16, 13:31 ws2006 |
One Answer:
Could it be that the UDP packets are shorter then the TCP packets? So maybe the firewall blocks the ICMP packets for the Path MTU Discovery process? answered 03 May '16, 13:41 Christian_R |