had the edge output supernode version to log on incoming PONG (#894)

This commit is contained in:
Logan oos Even 2021-11-07 16:53:01 +05:45 committed by GitHub
parent f5e2f3086e
commit c5f9e8198b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }