aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2019-10-18 16:04:21 +0200
committermichele papalini <micpapal@cisco.com>2019-10-18 16:04:21 +0200
commit7204bac00804448a797d4e76ced04a3b84d0d741 (patch)
treed6cd7289ee18128287a00f66177cc6fbc1bad7d3 /libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h
parent306b098c350771c9497219694f82c090634eb974 (diff)
[HICN-339] improve rtc producer socket for low rate traffic
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: I1e6fdada9a55e0a93b8d5db768124f2e47daf05b
Diffstat (limited to 'libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h')
-rw-r--r--libtransport/src/hicn/transport/interfaces/rtc_socket_producer.h2
1 files changed, 1 insertions, 1 deletions
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<uint32_t> currentSeg_;
uint32_t prodLabel_;
uint16_t headerSize_;
Name flowName_;