udptlspipe icon indicating copy to clipboard operation
udptlspipe copied to clipboard

Make min, max, and padding lengths configurable

Open foi opened this issue 10 months ago • 0 comments

Hi!

New options added:

--max-message-length=<int length>                     Max message length (default 1320)
--min-message-length=<int length>                     Min message length (default 100)
--max-padding-length=<int length>                     Max padding length (default 256)

foi avatar Jun 22 '25 16:06 foi