CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/09/30 00:27:21
Modified files: sys/netinet6 : nd6_rtr.c Log message: Revert sending router solicitations when a prefix expires and go back to previous behaviour of starting quick, exponentially backing off and settling on every 60 seconds. sthen@ noticed that this broke the backing off when we don't receive an advertisment and so we would hammer the network every second which is particularly bad on wifi networks. OK sthen@