> Hi!
>
> When using the ip_queue module from Netfilter I sometimes get this error:
>
> Failed to receive netlink message: No buffer space available
>
> Is it possible to make those kernel buffers bigger so that I don't run
> into this problem?
>
Yes, these are standard Netlink sockets, and you can tune their receive
buffer sizes via /proc, or use the SO_RCVBUF socket option on the file
descriptor.
- James
-- James Morris <jmorris@intercode.com.au>
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/