Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   roy
Date:           Fri Sep 11 14:59:22 UTC 2020

Modified Files:
        src/sys/net: Makefile files.net
Added Files:
        src/sys/net: nd.c nd.h

Log Message:
Implement address agnostic Neighbor Detection.

This is heavily based on IPv6 Neighbor Detection and allows per protocol
timers which also facilitate Neighor Unreachability Detection.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/net/Makefile
cvs rdiff -u -r1.26 -r1.27 src/sys/net/files.net
cvs rdiff -u -r0 -r1.1 src/sys/net/nd.c src/sys/net/nd.h

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