Increase queue size to 64.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Sep 2004 19:31:13 +0000 (19:31 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Sep 2004 19:31:13 +0000 (19:31 +0000)
src/devices/intq.h

index 5c278faf7788612c1090373c96ca092da74d4f7c..161d7eb5a161780c79749483a278a608a35a3c0b 100644 (file)
@@ -27,7 +27,7 @@
    handlers. */
 
 /* Queue buffer size, in bytes. */
-#define INTQ_BUFSIZE 8
+#define INTQ_BUFSIZE 64
 
 /* A circular queue of bytes. */
 struct intq