summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config/lib.cmake2
-rw-r--r--cmake/config/ssm.cmake2
2 files changed, 0 insertions, 4 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
diff --git a/cmake/config/ssm.cmake b/cmake/config/ssm.cmake
index c1f34655..aa369e53 100644
--- a/cmake/config/ssm.cmake
+++ b/cmake/config/ssm.cmake
@@ -15,8 +15,6 @@ set(SSM_PUP_NAME_FMT "/${SSM_PREFIX}.pup.%d" CACHE INTERNAL
# Packet buffer configuration
set(SSM_POOL_NAME "/${SHM_PREFIX}.pool" CACHE INTERNAL
"Name for the main POSIX shared memory pool")
-set(SSM_POOL_BLOCKS 16384 CACHE STRING
- "Number of blocks in SSM packet pool, must be a power of 2")
set(SSM_PK_BUFF_HEADSPACE 256 CACHE STRING
"Bytes of headspace to reserve for future headers")
set(SSM_PK_BUFF_TAILSPACE 32 CACHE STRING