Re: Recursive splsoftnet() in PMTU
On Mon, Nov 07, 2016 at 10:36:26AM +0100, Martin Pieuchot wrote: > Timers configured with rt_timer_add(9) are always run under splsoftnet() > so no need to take it recursively. > > ok? OK bluhm@ > > Index: netinet/ip_icmp.c > === >
Recursive splsoftnet() in PMTU
Timers configured with rt_timer_add(9) are always run under splsoftnet() so no need to take it recursively. ok? Index: netinet/ip_icmp.c === RCS file: /cvs/src/sys/netinet/ip_icmp.c,v retrieving revision 1.152 diff -u -p -r1.152 ip_i