On Tue, 5 Jun 2001, Martin Clausen wrote:

> 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
<[EMAIL PROTECTED]>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to