<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">While performance will be better with larger packets you're failing to realize that 1440 byte RTP packet would be 180ms of audio. &nbsp;We only support up to 120ms per packet. &nbsp;If you start to exceed the MTU most consumer routers will not pass any packets on UDP that exceed the MTU so your testing gains you nothing.<div><br></div><div>/b</div><div><br><div><div>On Feb 1, 2011, at 9:27 AM, Madovsky wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><font size="2">No my question is minimum udp.</font></div><div><font size="2">usually the max udp packet is around 65000kB,</font></div><div><font size="2">David was talking about MTU which is different (Max Transmit Unit</font></div><div><font size="2">which is usually 1500 over the net, but ins some internal network (as my cluster)</font></div><div><font size="2">I use jumbo frames (9000) with 1GB network cards.</font></div><div><font size="2">by default linux kernel UDP min packet&nbsp;is set to 4096.</font></div><div><font size="2">I made some tests, from 1024 to 65000 and the server behavior looks like more</font></div><div><font size="2">cool when packet is big, but I'm almost sure that it creates also more latency in case</font></div><div><font size="2">of audio data. I'm finally happy to use exactly the same rate as MTU, performance</font></div><div><font size="2">seems to be better in multitask.</font></div></span></blockquote></div><br></div></body></html>