summaryrefslogtreecommitdiff
path: root/bjnp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bjnp.h')
-rw-r--r--bjnp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bjnp.h b/bjnp.h
index aebed9b..8066159 100644
--- a/bjnp.h
+++ b/bjnp.h
@@ -1,7 +1,7 @@
/*
* Data structures and definitions for
* bjnp backend for the Common UNIX Printing System (CUPS).
- * Copyright 2008-2014 by Louis Lagendijk
+ * Copyright 2008-2020 by Louis Lagendijk
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -35,8 +35,7 @@
#define BJNP_PRINTBUF_MAX 4096 /* size of printbuffer */
#define BJNP_CMD_MAX 2048 /* size of BJNP response buffer */
-#define BJNP_RESP_MAX 2048 /* size of BJNP response buffer */
-#define BJNP_STATUS_MAX 2048 /* max size for status string */
+#define BJNP_STATUS_MAX 8192 /* max size for status string */
#define BJNP_IEEE1284_MAX 1024 /* max. allowed size of IEEE1284 id */
#define BJNP_METHOD_MAX 16 /* max length of method */
#define BJNP_HOST_MAX 128 /* max length of hostname or address */