Commit 5eb5acf8 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Formatting.

parent d2a6231e
...@@ -1676,9 +1676,9 @@ send_ihu(struct neighbour *neigh, struct interface *ifp) ...@@ -1676,9 +1676,9 @@ send_ihu(struct neighbour *neigh, struct interface *ifp)
ll = linklocal(neigh->address); ll = linklocal(neigh->address);
if((ifp->flags & IF_TIMESTAMPS) && neigh->hello_send_us if((ifp->flags & IF_TIMESTAMPS) && neigh->hello_send_us &&
/* Checks whether the RTT data is not too old to be sent. */ /* Checks whether the RTT data is not too old to be sent. */
&& timeval_minus_msec(&now, &neigh->hello_rtt_receive_time) < 1000000) { timeval_minus_msec(&now, &neigh->hello_rtt_receive_time) < 1000000) {
send_rtt_data = 1; send_rtt_data = 1;
} else { } else {
neigh->hello_send_us = 0; neigh->hello_send_us = 0;
......
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