Browse Source
had the edge output supernode version to log on incoming PONG (#894)
pull/896/head
Logan oos Even
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
src/edge_utils.c
|
@ -2831,8 +2831,9 @@ void process_udp (n2n_edge_t *eee, const struct sockaddr_in *sender_sock, const |
|
|
SN_SELECTION_CRITERION_DATA_TYPE sn_sel_tmp = pi.load; |
|
|
SN_SELECTION_CRITERION_DATA_TYPE sn_sel_tmp = pi.load; |
|
|
sn_selection_criterion_calculate(eee, scan, &sn_sel_tmp); |
|
|
sn_selection_criterion_calculate(eee, scan, &sn_sel_tmp); |
|
|
|
|
|
|
|
|
traceEvent(TRACE_INFO, "Rx PONG from supernode %s", |
|
|
traceEvent(TRACE_INFO, "Rx PONG from supernode %s version '%s'", |
|
|
macaddr_str(mac_buf1, pi.srcMac)); |
|
|
macaddr_str(mac_buf1, pi.srcMac), |
|
|
|
|
|
pi.version); |
|
|
|
|
|
|
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|