<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=303235619-16092008>Hi,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=303235619-16092008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=303235619-16092008>In file <FONT 
size=2>MultiFramedRTPSource.cpp the <FONT size=2>BufferedPacket implementation 
creates a fBuf buffer to receive a RTP packet. The size of the fBuf is set to 
<FONT size=2>MAX_PACKET_SIZE which is defined as 10000. This value is much 
higher than the MTU size of ethernet which should be close to 1500 bytes. I 
guess this is to support other networking like ATM that has maximum MTU size of 
9192 ? </FONT></FONT></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=303235619-16092008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=303235619-16092008>Can I assume if the 
network router I am using to send RTP packet has a maximum MTU size of 1500 that 
it is safe to set MAX_PACKET_SIZE to 1500 for a RTP receiver implementation 
using the live555 library? </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=303235619-16092008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=303235619-16092008>Thanks</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=303235619-16092008>Guy 
Bonneau</SPAN></FONT></DIV></BODY></HTML>