From 114e3952a51ed51126207e77ac305e4f5665e9eb Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 11 Mar 2022 16:54:12 +0100 Subject: ouroboros: Add support for flow timeout, O7s 0.19 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dec2db5..a7b3a8c 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,13 @@ You can specify a QoSSpec for flow allocation. For instance, ```Python -qos = QoSSpec(loss=0, cypher_s=256) +qos = QoSSpec(loss=0, cypher_s=256, 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. +using a 256-bit ECDHE-AES-SHA3 cypher that will timeout if the peer is +not responsive for 1 minute. ## Manipulating flows -- cgit v1.2.3