1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-11 23:42:56 +00:00

devamlc: increase max buffer size for large AMLIBL buffers

This commit is contained in:
Jim 2011-11-26 13:37:40 -05:00
parent 2e5674013a
commit 0f4af04275

View File

@ -281,7 +281,7 @@ int devamlc (int class, int func, int device) {
} dc[MAXBOARDS];
int dx, dxsave, lx;
char buf[1024]; /* max size of DMQ buffer */
char buf[2048]; /* max size of DMQ or socket read buffer */
int i, j;
int maxxmit;