diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-05-10 18:53:02 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-05-20 08:17:06 +0200 |
| commit | ab476259d875e8352a4ef23c2d25b0e67161c771 (patch) | |
| tree | dacdf928fc440aee5c7f5f08988876620ef61de0 /cmake/config | |
| parent | 9c10cd5c8db84e9b3fa6ca559cd2bce7a4235809 (diff) | |
| download | ouroboros-ab476259d875e8352a4ef23c2d25b0e67161c771.tar.gz ouroboros-ab476259d875e8352a4ef23c2d25b0e67161c771.zip | |
build: Remove deprecated cmake options
RXM_BUFFER_ON_HEAP and SSM_POOL_BLOCKS were no longer used.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'cmake/config')
| -rw-r--r-- | cmake/config/lib.cmake | 2 | ||||
| -rw-r--r-- | cmake/config/ssm.cmake | 2 |
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 |
