From f5d642a06f9c1a58197313b32f6b213a152e446f Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 25 Feb 2022 17:34:29 +0100 Subject: lib: Make flow liveness timeout configurable The qosspec_t now has a timeout value that sets the timeout value of the flow. Flows with a peer that has timed out will now return -EFLOWPEER on flow_read() or flow_write(). Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- doc/man/flow_read.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/man/flow_read.3 b/doc/man/flow_read.3 index 99f96544..e41ee374 100644 --- a/doc/man/flow_read.3 +++ b/doc/man/flow_read.3 @@ -58,6 +58,9 @@ The flow was not allocated. .B -EFLOWDOWN The flow has been reported down. +.B -EFLOWPEER +The flow's peer is unresponsive (flow timed out). + .B -EMSGSIZE The buffer was too large to be written. -- cgit v1.2.3