summaryrefslogtreecommitdiff
path: root/cmake/config/lib.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config/lib.cmake')
-rw-r--r--cmake/config/lib.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config/lib.cmake b/cmake/config/lib.cmake
index 7e685ce0..1e863013 100644
--- a/cmake/config/lib.cmake
+++ b/cmake/config/lib.cmake
@@ -64,8 +64,6 @@ set(FRCT_TICK_TIME 5000 CACHE STRING
"Tick time for FRCT activity (retransmission, acknowledgments) (us)")
# Retransmission (RXM) configuration
-set(RXM_BUFFER_ON_HEAP FALSE CACHE BOOL
- "Store packets for retransmission on the heap instead of in packet buffer")
set(RXM_BLOCKING TRUE CACHE BOOL
"Use blocking writes for retransmission")
set(RXM_MIN_RESOLUTION 20 CACHE STRING