[Asterisk-cvs] asterisk/channels chan_modem_i4l.c,1.12,1.13
markster at lists.digium.com
markster at lists.digium.com
Tue May 11 10:50:15 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv23343/channels
Modified Files:
chan_modem_i4l.c
Log Message:
Increase max write size (bug #1601)
Index: chan_modem_i4l.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem_i4l.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- chan_modem_i4l.c 13 Aug 2003 15:25:16 -0000 1.12
+++ chan_modem_i4l.c 11 May 2004 15:00:28 -0000 1.13
@@ -428,7 +428,7 @@
static int i4l_write(struct ast_modem_pvt *p, struct ast_frame *f)
{
-#define MAX_WRITE_SIZE 1024
+#define MAX_WRITE_SIZE 2048
unsigned char result[MAX_WRITE_SIZE << 1];
unsigned char b;
int bpos=0, x;
More information about the svn-commits
mailing list