other daemon. Instead, if a daemon needs a key it sends a request for it
via the meta connection of the nearest hop in the direction of the
destination. If any hop on the way has already learned the key, it will
-act as a proxy and forward its copy back to the requestor.
+act as a proxy and forward its copy back to the requester.
daemon message
--------------------------------------------------------------------------
}
}
- // connect to ppp procotol
+ // connect to ppp protocol
struct sockaddr_ppp pppaddr;
pppaddr.ppp_len = sizeof(struct sockaddr_ppp);
pppaddr.ppp_family = AF_PPP;
init_configuration(&config_tree);
if(!read_server_config()) {
- logger(LOG_ERR, "Unable to reread configuration file, exitting.");
+ logger(LOG_ERR, "Unable to reread configuration file, exiting.");
return 1;
}
return memcmp(&a->in6.sin6_addr, &b->in6.sin6_addr, sizeof(a->in6.sin6_addr));
default:
- logger(LOG_ERR, "sockaddrcmp() was called with unknown address family %d, exitting!",
+ logger(LOG_ERR, "sockaddrcmp() was called with unknown address family %d, exiting!",
a->sa.sa_family);
abort();
}
return memcmp(&a->in6.sin6_port, &b->in6.sin6_port, sizeof(a->in6.sin6_port));
default:
- logger(LOG_ERR, "sockaddrcmp() was called with unknown address family %d, exitting!",
+ logger(LOG_ERR, "sockaddrcmp() was called with unknown address family %d, exiting!",
a->sa.sa_family);
abort();
}
return subnet_compare_ipv6(a, b);
default:
- logger(LOG_ERR, "subnet_compare() was called with unknown subnet type %d, exitting!",
+ logger(LOG_ERR, "subnet_compare() was called with unknown subnet type %d, exiting!",
a->type);
exit(0);
}