diff options
author | cbdev <cb@cbcdn.com> | 2021-02-20 20:07:16 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-02-20 20:07:16 +0100 |
commit | 3ad586cf788f8ffaac548b5b7a9de74523ac3b92 (patch) | |
tree | 4e459002ebccb6c2880d49584acc9399ada4a43f | |
parent | 767f4980e54415c4680a4619c69b14f5b3ec24bb (diff) | |
download | websocksy-3ad586cf788f8ffaac548b5b7a9de74523ac3b92.tar.gz websocksy-3ad586cf788f8ffaac548b5b7a9de74523ac3b92.tar.bz2 websocksy-3ad586cf788f8ffaac548b5b7a9de74523ac3b92.zip |
Add dynamic32 to README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ Documentation for these resides in the `plugins/` directory. * [backend\_file](plugins/backend_file.md) - Read connection peers from dynamic file paths * [framing\_fixedlength](plugins/framing_fixedlength.md) - Frame the peer stream using fixed length segments +* [framing\_dynamic32](plugins/framing_dynamic32.md) - Frame the peer stream using 32bit length fields from the stream itself * [framing\_json](plugins/framing_json.md) - Segment the peer stream into JSON entities # Building |