0155f3d9fab3bda258f41a75bbfe71a4853e83e7
Define BUFFER_SIZE = 4096 at module level in src/shadowssh/app.py and replace the hardcoded literal 64 used in reader.read() call within the stream method, improving code clarity and centralizing buffer size configuration for future adjustments.
shadowssh
A way to host ssh on a port that is used by another service. Https for example.
Description
A way to host ssh on a port that is used by another service. Https for example.
43 KiB
Languages
Python
90.5%
Makefile
9.5%