From 7204bac00804448a797d4e76ced04a3b84d0d741 Mon Sep 17 00:00:00 2001 From: michele papalini Date: Fri, 18 Oct 2019 16:04:21 +0200 Subject: [HICN-339] improve rtc producer socket for low rate traffic Signed-off-by: michele papalini Change-Id: I1e6fdada9a55e0a93b8d5db768124f2e47daf05b --- libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h') diff --git a/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h b/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h index a2540ceef..37ba88d8a 100644 --- a/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h +++ b/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h @@ -47,7 +47,7 @@ class RTCProducerSocket : public ProducerSocket { void scheduleRoundTimer(); void interestCacheTimer(); - uint32_t currentSeg_; + std::atomic currentSeg_; uint32_t prodLabel_; uint16_t headerSize_; Name flowName_; -- cgit 1.2.3-korg