From 1ace563a5009f4e05bfde9e196d71aadd29c8144 Mon Sep 17 00:00:00 2001 From: michele papalini Date: Wed, 3 Jul 2019 10:16:59 +0200 Subject: [HICN-231] fix reinitialization of rtc socket Change-Id: If8e11556afcd8828cb0aa7759e6c1194a1657f1d Signed-off-by: michele papalini --- libtransport/src/hicn/transport/protocols/rtc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libtransport/src/hicn/transport/protocols/rtc.h') diff --git a/libtransport/src/hicn/transport/protocols/rtc.h b/libtransport/src/hicn/transport/protocols/rtc.h index 3e0ffe6e5..66ad05a88 100644 --- a/libtransport/src/hicn/transport/protocols/rtc.h +++ b/libtransport/src/hicn/transport/protocols/rtc.h @@ -113,7 +113,6 @@ class RTCTransportProtocol : public TransportProtocol, public Reassembly { // packet functions void sendInterest(Name *interest_name, bool rtx); void scheduleNextInterests() override; - void scheduleAppNackRtx(std::vector &nacks); void addRetransmissions(uint32_t val); void addRetransmissions(uint32_t start, uint32_t stop); void retransmit(bool first_rtx); -- cgit 1.2.3-korg