diff --git a/impl/test/layer2_over_udp/l2udptest.c b/impl/test/layer2_over_udp/l2udptest.c index 620dfdf..a838fb2 100644 --- a/impl/test/layer2_over_udp/l2udptest.c +++ b/impl/test/layer2_over_udp/l2udptest.c @@ -289,6 +289,8 @@ int main(int argc, char **argv) break; } + handle_received_packet(packetbuf, ret); + total_bytes += ret; double new = get_hires_time();