From: danw Date: Sun, 29 Sep 1996 20:13:14 +0000 (+0000) Subject: Bump GDB_MAX_CONNECTIONS from 25 to 40 X-Git-Tag: MOIRA3_FINAL~25 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/846410b511ff97bc8c4ac3c464d69c022539abde Bump GDB_MAX_CONNECTIONS from 25 to 40 --- diff --git a/include/gdb.h b/include/gdb.h index db7e6576..72ce9428 100644 --- a/include/gdb.h +++ b/include/gdb.h @@ -405,7 +405,7 @@ typedef struct rel_dat *RELATION; /* handle on a relation */ #define GDB_BIND_RETRY_INTERVAL 10 /* Number of seconds to wait */ /* between attempts to bind */ /* the listening socket */ -#define GDB_MAX_CONNECTIONS 25 /* maximum number of */ +#define GDB_MAX_CONNECTIONS 40 /* maximum number of */ /* connections that */ /* any one process can */ /* control simultaneously */