Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet6
Module Name: src
Committed By: ozaki-r
Date: Mon Mar 31 05:55:43 UTC 2025
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
nd6: send packets through the fast path even if DELAY and PROBE
If there is a valid ND cache, we can send packets for the destination
of the cache. If the state of the cache is STALE, we need to go
through the slow path to change its state. In the other cases
including the DELAY and PROBE states, we can send packets through
the fast path.
To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 src/sys/netinet6/nd6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index