Re: Netgraph message size limitation.

2012-03-27 Thread Julian Elischer
On 3/27/12 9:58 AM, Arnaud Lacombe wrote: Hi Julian, In `sys/netgraph/ng_base.c', there is the following: static int ng_generic_msg(node_p here, item_p item, hook_p lasthook) { case NGM_BINARY2ASCII: { int bufSize = 20 * 1024; /* XXX hard coded constant */ [...] c

Netgraph message size limitation.

2012-03-27 Thread Arnaud Lacombe
Hi Julian, In `sys/netgraph/ng_base.c', there is the following: static int ng_generic_msg(node_p here, item_p item, hook_p lasthook) { case NGM_BINARY2ASCII: { int bufSize = 20 * 1024; /* XXX hard coded constant */ [...] case NGM_ASCII2BINARY: { int bufSize