Merge branch 'winwarnings' of https://github.com/dechamps/tinc into 1.1
This commit is contained in:
commit
53036a5879
5 changed files with 4 additions and 14 deletions
|
|
@ -628,8 +628,8 @@ static void send_udppacket(node_t *n, vpn_packet_t *origpkt) {
|
|||
size_t outlen;
|
||||
#if defined(SOL_IP) && defined(IP_TOS)
|
||||
static int priority = 0;
|
||||
#endif
|
||||
int origpriority = origpkt->priority;
|
||||
#endif
|
||||
|
||||
if(!n->status.reachable) {
|
||||
logger(DEBUG_TRAFFIC, LOG_INFO, "Trying to send UDP packet to unreachable node %s (%s)", n->name, n->hostname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue