From 95a1edacccd9b3bf769a144a12d41946d0ac25dc Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Thu, 17 Mar 2022 14:28:40 +0100 Subject: - Trying to exchange iptables with nft, first shot failed. - Fixed small bug in UDP communicator. - Fixed bug in DV circle test case - Introduced a default value to wait for a reliability ack. - Introduced a FC retransmission threshold together with a retransmission count. - Introduced a original size value for TransportDVBoxMessage - Checking if we have the root pending messge, when removing the pending message from virtual link. - Added delay value to schedule_transmit_on_queue to wait for retransmitting. - Checking for confirmed virtual link, before routing. - Allow unconfirmed queues or DV routes when doing dv encapsulation for control traffic. - Changed check_vl_transmission to also check window size for DV next hop peer. - Fixed fragment box handling to also handle reliability boxed message which needed to be fragmented. - Fixed completing a message which was not only fragmented but also DV boxed. - Added logic to notify core about a new virtual link using distance vector without having validated next neighbour. - Added logic to create a virtual link to handle flow control messages. - fixed several smaller bugs in fragmentation logic. - Changed logic for adding the next_attempt value of PendingMessage. --- src/transport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 5d6fb8421..ec00bc917 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -778,7 +778,7 @@ check_SCRIPTS= \ test_transport_simple_send.sh \ test_transport_simple_send_broadcast.sh \ test_transport_udp_backchannel.sh \ - # test_transport_simple_send_dv_circle.sh + test_transport_simple_send_dv_circle.sh # test_transport_simple_send_dv_inverse.sh test_transport_start_with_config_SOURCES = \ -- cgit v1.2.3