Commit 26d6c9d7 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Reformat comment.

parent 630c4ea9
...@@ -1121,11 +1121,10 @@ send_ihu(struct neighbour *neigh, struct network *net) ...@@ -1121,11 +1121,10 @@ send_ihu(struct neighbour *neigh, struct network *net)
rxcost = neighbour_rxcost(neigh); rxcost = neighbour_rxcost(neigh);
interval = (net->hello_interval * 3 + 9) / 10; interval = (net->hello_interval * 3 + 9) / 10;
/* Conceptually, an IHU is a unicast message. We usually send /* Conceptually, an IHU is a unicast message. We usually send them as
them as multicast, since this allows aggregation into multicast, since this allows aggregation into a single packet and
a single packet and avoids an ARP exchange. If we already avoids an ARP exchange. If we already have a unicast message queued
have a unicast message queued for this neighbour, however, for this neighbour, however, we might as well piggyback the IHU. */
we might as well piggyback the IHU onto it. */
debugf("Sending %sihu %d on %s to %s.\n", debugf("Sending %sihu %d on %s to %s.\n",
unicast_neighbour == neigh ? "unicast " : "", unicast_neighbour == neigh ? "unicast " : "",
rxcost, rxcost,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment