summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 168e5d3..d4ff114 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -1453,7 +1453,7 @@ ng_generic_msg(node_p here, struct ng_mesg *msg, const char *retaddr,
case NGM_BINARY2ASCII:
{
- int bufSize = 2000; /* XXX hard coded constant */
+ int bufSize = 20 * 1024; /* XXX hard coded constant */
const struct ng_parse_type *argstype;
const struct ng_cmdlist *c;
struct ng_mesg *rp, *binary, *ascii;
OpenPOWER on IntegriCloud