<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Maximum Size of Buffers</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I'll just correct my latest post:<BR>
In order to increase sender's maximum buffer size, one only needs to add this line<BR>
<BR>
OutPacketBuffer::maxSize = [the maximum size your program requires]<BR>
<BR>
before any data sink is created.<BR>
<BR>
I found that I had to change MAX_PACKET_SIZE variable in MultiFramedRTPSource.cpp for the *receiver*<BR>
to handle size of greater than 10KBytes. Am I wrong again? Is there a way for my calling program<BR>
to change this dynamically?<BR>
<BR>
Mojtaba<BR>
</FONT>
</P>

</BODY>
</HTML>