diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2025-11-08 08:11:24 +0100 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2025-11-08 08:11:24 +0100 |
| commit | 62924a033cb2a0130cc6a072e03590f8eec5ac72 (patch) | |
| tree | 3f150926e31549d0e008c499290a2a279c7a05f0 /ffi/pyouroboros_build.py | |
| parent | 114e3952a51ed51126207e77ac305e4f5665e9eb (diff) | |
| download | pyouroboros-62924a033cb2a0130cc6a072e03590f8eec5ac72.tar.gz pyouroboros-62924a033cb2a0130cc6a072e03590f8eec5ac72.zip | |
O7s 0.22 moved the cypher strength from QoS to the service name
properties and removed QoS spec from the broadcast API (flow_join).
Diffstat (limited to 'ffi/pyouroboros_build.py')
| -rw-r--r-- | ffi/pyouroboros_build.py | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
