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/interfaces/rtc_socket_producer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtransport/src/hicn/transport/interfaces') diff --git a/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h b/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h index 408ce3ff7..29fd15a4e 100644 --- a/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h +++ b/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h @@ -41,7 +41,7 @@ class RTCProducerSocket : public ProducerSocket { void onInterest(Interest::Ptr &&interest) override; private: - void sendNack(const Interest &interest, bool isActvie); + void sendNack(const Interest &interest, bool isActive); void updateStats(uint32_t packet_size, uint64_t now); uint32_t currentSeg_; -- cgit 1.2.3-korg