Bug #811 ยป sys.net.route.clarify-comment.patch
| sys/net/route.c | ||
|---|---|---|
|
/*
|
||
|
* Our per-cpu table management protocol thread. All route table operations
|
||
|
* are chained through all cpus in order starting at cpu #0 in order to
|
||
|
* are chained through all cpus sequentially starting at cpu #0, in order to
|
||
|
* maintain duplicate route tables on each cpu. Having a spearate route
|
||
|
* table management thread allows the protocol and interrupt threads to
|
||
|
* issue route table changes.
|
||