HomeFreeBSD

Revert the optimization from r304436

Description

Revert the optimization from r304436

r304436 attempted to optimize the handling of incoming UDP packet by only
making an expensive call to in_broadcast() if the mbuf was marked as an
broadcast packet. Unfortunately, this cannot work in the case of point-to-
point L2 protocols like PPP, which have no notion of "broadcast". The
optimization has been disabled for several months now with no progress
towards fixing it, so it needs to go.

Details

Provenance
rstoneAuthored on
Parents
rS316526: Extract calculation of ioflags from the vm_pager_putpages flags into a
Branches
Unknown
Tags
Unknown