 | NOTE: To avoid the Correspondent Node from dropping Binding
Acknowledgment messages while resolving the link layer address of
the default router after receiving Binding Update messages, increase
the ip6_nd_pending_queue_limit parameter (for example, setting the value to 100). The
default setting for this parameter is 5. Use the following command to set the ip6_nd_pending_queue_limit parameter: ndd -set /dev/ip6 ip6_nd_pending_queue_limit 100 |
You can also set the ip6_nd_pending_queue_limit parameter in /etc/rc.config.d/nddconf. Use the following example, where [n] represents the number of entries in /etc/rc.config.d/nddconf: TRANSPORT_NAME[n]=ip6 NDD_NAME[n]=ip6_nd_pending_queue_limit NDD_VALUE[n]=100 |
|