DOC: internal: add a description of the stream connectors and descriptors
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 15:47:16 +0000 (17:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:34:36 +0000 (19:34 +0200)
commitde5b33e339fb97b39df505b8e35722aea6d02c24
tree048ef05492036fbc5c9a4fef678e24c3634737f7
parenta577bc281f3d53eb935588eb95920b14ef906ccc
DOC: internal: add a description of the stream connectors and descriptors

The "layers" mini-doc shows how streams, stconn, sedesc, conns, applets
and muxes interact, with field names, pointers and invariants. It should
be completed but already provides a quick overview about what can be
guaranteed at any step and at different layers.
doc/internals/api/layers.txt [new file with mode: 0644]