CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/17 07:25:27
Modified files:
sys/netinet6 : ip6_mroute.c
Log message:
Optimize multicast packet sending by using m_dup_pkt() instead of
m_copym() for cloning packets. m_dup_pkt() creates a new mbuf with the
whole packet content and also pre allocates the space for layer 2
headers (Ethernet/VLAN).
ok mikeb@
