There are always corner cases. That's why I said most. LR Mack McBride Network Architect
From: Alexander Arseniev [mailto:[email protected]] Sent: Tuesday, February 12, 2013 9:03 AM To: Mack McBride; [email protected]; [email protected] Subject: RE: [c-nsp] ip tcp adjust-mss > From: [email protected]<mailto:[email protected]> > To: [email protected]<mailto:[email protected]>; > [email protected]<mailto:[email protected]> > Date: Mon, 11 Feb 2013 16:19:35 -0800 > Subject: Re: [c-nsp] ip tcp adjust-mss > > Most UDP should not hit the MTU limitation. > The common ones that come to mind are streaming audio/video and DNS. > > LR Mack McBride > Network Architect > Wrt "streaming audio/video" - it depends on client/server combo. I recently saw an issue with RTSP video streaming from repubblica.it website using Samsung Galaxy RSTP client. If UDP video packets are fragmented due to too small MTU in the path, video does not play at all. And DNS is somewhat invalid example since when DNS reply does not fit into 512 bytes, then DNS server will set a Truncated bit in the packet, forcing client to use TCP. http://serverfault.com/questions/348399/force-forwarder-dns-requests-to-tcp-mode No one uses 512B MTU (apart from miltary who use even smaller MTU) and DNS over UDP would not be experiencing issues due to too small MTU because own DNS payload limit is smaller than smallest real MTUs out there (except military as I mentioned). Thanks Alex _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
