HomeFreeBSD

Temporarily disable the optimization from r304436

Description

Temporarily disable 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".

Discussions on how to properly fix r304436 are ongoing, but in the meantime
disable the optimization to ensure that no existing network setups are broken.

Reported by: bms

Details

Provenance
rstoneAuthored on
Parents
rS304605: Fix calloc(3) argument order.
Branches
Unknown
Tags
Unknown