Ruslan Ermilov wrote:

On Tue, Oct 18, 2005 at 10:52:49AM +0200, Ragnar Lonn wrote:
Hi all,

I've run into the above problem with Netgraph on a FreeBSD 4.11 system. I know there are sysctl's (net.graph.recvspace and net.graph.maxdgram) you can set in 5.x but how can I get around this problem on a 4.x machine where these sysctl variables dont exist?

They do exist for sure:

Perhaps the ng_socket.ko module isn't loaded?


Oops.
"kldload ng_socket" made things a lot better, thanks :)
I was a bit perplexed as I checked the ng_socket code and saw it reading those variables but I couldn't set them with sysctl. Didn't think about checking whether
the module was actually loaded...

 /Ragnar

_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to