diff --git a/include/haproxy/stconn-t.h b/include/haproxy/stconn-t.h index 1aace1287..78c77de9e 100644 --- a/include/haproxy/stconn-t.h +++ b/include/haproxy/stconn-t.h @@ -256,13 +256,17 @@ struct stconn; * endpoint itself (mux/applet) and eventually creates a new sedesc (for * instance on connection retries). * - * should be updated when a read activity is detected. It can be a - * successful receive, when a shutr is reported or when receives are - * unblocked. + * should be updated when a read activity at the endpoint level is + * detected. It can be a successful receive or when a EOS/EOI is reported. + * A read activity is also reported when receives are unblocked. * should be updated when the first send of a series is blocked and reset * when a successful send is reported. * + * + * NOTE: and must only be used via the SC api to compute read/write + * expiration date. + * */ struct sedesc { void *se; /* the stream endpoint, i.e. the mux stream or the appctx */