From 62924a033cb2a0130cc6a072e03590f8eec5ac72 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 8 Nov 2025 08:11:24 +0100 Subject: ouroboros: Flow compatibility with O7s 0.22 O7s 0.22 moved the cypher strength from QoS to the service name properties and removed QoS spec from the broadcast API (flow_join). --- ffi/pyouroboros_build.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffi') diff --git a/ffi/pyouroboros_build.py b/ffi/pyouroboros_build.py index d216895..a7a6a0d 100644 --- a/ffi/pyouroboros_build.py +++ b/ffi/pyouroboros_build.py @@ -33,7 +33,6 @@ typedef struct qos_spec { uint32_t ber; /* Bit error rate, errors per billion bits */ uint8_t in_order; /* In-order delivery, enables FRCT */ uint32_t max_gap; /* In ms */ - uint16_t cypher_s; /* Cypher strength, 0 = no encryption */ uint32_t timeout; /* Timeout in ms */ } qosspec_t; @@ -49,7 +48,6 @@ int flow_accept(qosspec_t * qs, /* Returns flow descriptor, qs updates to supplied QoS. */ int flow_join(const char * bc, - qosspec_t * qs, const struct timespec * timeo); int flow_dealloc(int fd); -- cgit v1.2.3