Ruslan Ermilov wrote:
> 
> On Mon, Jun 25, 2001 at 06:47:41PM -0400, Deepak Jain wrote:
> > sysctl -A |grep forward
> > net.inet.ip.forwarding: 1
> > net.inet.ip.fastforwarding: 0
> > machdep.forward_irq_enabled: 1
> > machdep.forward_signal_enabled: 1
> > machdep.forward_roundrobin_enabled: 1
> >
> > What does the fastforwarding option do that the normal forwarding option
> > doesn't?
> >
> See inet(4).

The description there isn't very forthcoming.  fastforwarding caches
the results of a route lookup for destination addresses that are not
on the local machine, and uses the cached route to short-circuit the
normal (relatively slow) route lookup process.  The packet flows 
directly from one layer2 input routine directly to the opposing 
layer2 output routine without traversing the IP layer.

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
[EMAIL PROTECTED]                                           http://softweyr.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to