|
Lines 41-46
Link Here
|
| 41 |
.Nm ng_one2many |
41 |
.Nm ng_one2many |
| 42 |
.Nd packet multiplexing netgraph node type |
42 |
.Nd packet multiplexing netgraph node type |
| 43 |
.Sh SYNOPSIS |
43 |
.Sh SYNOPSIS |
|
|
44 |
.In sys/types.h |
| 44 |
.In netgraph/ng_one2many.h |
45 |
.In netgraph/ng_one2many.h |
| 45 |
.Sh DESCRIPTION |
46 |
.Sh DESCRIPTION |
| 46 |
The |
47 |
The |
|
Lines 71-77
Link Here
|
| 71 |
How a link is determined to be up or down depends on the node's |
72 |
How a link is determined to be up or down depends on the node's |
| 72 |
configured link failure detection algorithm. |
73 |
configured link failure detection algorithm. |
| 73 |
.Sh TRANSMIT ALGORITHMS |
74 |
.Sh TRANSMIT ALGORITHMS |
| 74 |
At this time, the only algorithm for determing the outgoing |
75 |
At this time, the only algorithm for determining the outgoing |
| 75 |
.Dv many |
76 |
.Dv many |
| 76 |
hook is a simple round-robin delivery algorithm. |
77 |
hook is a simple round-robin delivery algorithm. |
| 77 |
Packets are delivered out the many hooks in sequential order. |
78 |
Packets are delivered out the many hooks in sequential order. |