Hi All,
I need to receive GRE packets from CISCO... I have patched the kernel with
the gre.c (from squid) and add OPTIONS GRE too. The tcpdump shows that CISCO
is sending GRE packets to FreeBSD, but the FreeBSD isn't decapsulating
packets. I need to redirect these packets to proxy... What's is wr
What should I do to fix it?
Dec 13 17:17:53 server /kernel: xl0: no memory for rx list -- packet
dropped!
Dec 13 17:17:53 server last message repeated 4 times
Dec 13 17:17:53 server /kernel: xl1: no memory for rx list -- packet
dropped!
Dec 13 17:17:53 server /kernel: xl0: no memory for rx list
> Date: Fri, 14 Dec 2001 11:47:35 +0300
> From: Smirnov Konstantin <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
>
> Hello all!
>
> Look what I've found in
> http://www.samag.com/documents/s=1147/sam0108q/
> This is recomendation on tuning FreeBSD for higher perfomance when
> it's used as the
Sorry, I lost my negatives this morning ...
we can NOT do much about stale snd_recover, and would NOT happen very
easilly, NOR often.
initialization for the snd_recover TCPS_SYN_SENT and TCPS_SYN_RECEIVED
is a simple solution that can handle the simple case, and much more likely
case.
--m
Hello all!
Look what I've found in
http://www.samag.com/documents/s=1147/sam0108q/
This is recomendation on tuning FreeBSD for higher perfomance when
it's used as the net server.
== cut
FreeBSD Tuning Tips
The following FreeBSD OS tuning tips were su