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/lib.cmake | |
| 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/lib.cmake')
| -rw-r--r-- | cmake/config/lib.cmake | 2 |
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 |
