Files
nats-server/test
Ivan Kozlovic 67498af2dc [ADDED] LeafNode: Support for s2 compression
This is similar to PR #4115 but for LeafNodes.
Compression mode can be set on both side (the accept and in remotes).
```
leafnodes {
   port: 7422
   compression: s2_best
   remotes [
       {
         url: "nats://host2:74222"
         compression: s2_better
       }
   ]
}
```
Possible modes are similar than for routes (described in PR #4115),
except that when not defined we default to `s2_auto`.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2023-05-15 17:42:39 -06:00
..
2021-02-10 11:15:23 -08:00
2018-01-15 15:27:18 -08:00
2020-02-19 13:19:08 -07:00
2023-04-29 19:52:57 -07:00
2019-12-12 11:58:24 -07:00
2020-05-29 17:56:45 -07:00