@@ -28846,18 +28846,17 @@ that the one in the peers section requires a mandatory name and doesn't take a
2884628846
2884728847In a "frontend", "backend" or "listen" section:
2884828848
28849- stick-table type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28850- [write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28851- [brates-factor <factor>] [peers <peersect>]
28849+ stick-table type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28850+ [write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28851+ [brates-factor <factor>] [peers <peersect>]
2885228852
2885328853In a "peers" section:
2885428854
28855- table <name> type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28856- [write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28857- [brates-factor <factor>]
28858-
28859- Arguments (mandatory ones first, then alphabetically sorted):
28855+ table <name> type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28856+ [write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28857+ [brates-factor <factor>]
2886028858
28859+ Arguments: (mandatory ones first, then alphabetically sorted):
2886128860 - type <type>
2886228861 This mandatory argument sets the key type to <type>, which
2886328862 usually is a single word but may also have its own arguments:
@@ -29015,8 +29014,9 @@ are listed below. It is important to keep in mind that memory requirements may
2901529014be important when storing many data types. Indeed, storing all indicators below
2901629015at once in each entry can requires hundreds of bytes per entry, or hundreds of
2901729016MB for a 1-million entries table. For this reason, the approximate storage size
29018- is mentioned for each type between brackets:
29017+ is mentioned below for each type between brackets after the argument.
2901929018
29019+ Arguments:
2902029020 - bytes_in_cnt [4 bytes]
2902129021 This is the client to server byte count. It is a positive 64-bit
2902229022 integer which counts the cumulative number of bytes received from
0 commit comments