-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We can transform the current process to handle sent messages from peers. adding a pipeline for pre-processing messages before send it.
Compression algorithm could be added using conf as Interface
.
Compress step should have a default builtin algorithm implementation (eg. brotli, gzip or custom) or disable it.
eg pipeline:
- sign (on/off)
- encrypt (on/off)
- compress (on/off)
- ....
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request