[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help with Values in code



Hi All,
    I am trying to figure out how often the DAD NS packets are sent when more than 1 NS has to be sent for DAD. dad_transmits denotes the number of NS that will be sent for DAD.

The code is as given below:

addrconf_mod_dad_work(ifp,
			  max(NEIGH_VAR(ifp->idev->nd_parms, RETRANS_TIME),
				  HZ/100));

I figured out that NEIGH_VAR_RETRANS_TIME is HZ.

Is the NS sent after every 1 second.

Dheeraj

Reply to: