aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2025-11-08 08:11:24 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2025-11-08 08:11:24 +0100
commit62924a033cb2a0130cc6a072e03590f8eec5ac72 (patch)
tree3f150926e31549d0e008c499290a2a279c7a05f0 /README.md
parent114e3952a51ed51126207e77ac305e4f5665e9eb (diff)
downloadpyouroboros-62924a033cb2a0130cc6a072e03590f8eec5ac72.tar.gz
pyouroboros-62924a033cb2a0130cc6a072e03590f8eec5ac72.zip
ouroboros: Flow compatibility with O7s 0.22HEAD0.22master
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 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index a7b3a8c..36c3613 100644
--- a/README.md
+++ b/README.md
@@ -83,13 +83,12 @@ You can specify a QoSSpec for flow allocation.
For instance,
```Python
-qos = QoSSpec(loss=0, cypher_s=256, timeout=60000)
+qos = QoSSpec(loss=0, timeout=60000)
f = flow_alloc("name", qos)
```
-will create a new flow with FRCP retransmission enabled and encrypted
-using a 256-bit ECDHE-AES-SHA3 cypher that will timeout if the peer is
-not responsive for 1 minute.
+will create a new flow with FRCP retransmission enabled that will
+timeout if the peer is not responsive for 1 minute.
## Manipulating flows