CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/21 17:04:45
Modified files:
sys/netinet : igmp.c
sys/netinet6 : mld6.c
Log message:
Only grab netlock in igmp and mdl6 fast timer when necessary. There
are status variables that can be used to avoid locking if timers
are not running. This should reduce contention on exclusive netlock.
OK kn@ mvs@
