retoor c1a1d043d5 refactor: extract magic number 4096 as named BUFFER_SIZE constant
Replace the hardcoded buffer size literal 4096 with a named constant BUFFER_SIZE
to improve code readability and maintainability. The constant is defined at the
module level and used in all buffer allocation sites.
2024-12-12 01:41:47 +00:00

shadowssh

A way to host ssh on a port that is used by another service. Https for example.

S
Description
A way to host ssh on a port that is used by another service. Https for example.
Readme
43 KiB
Languages
Python 90.5%
Makefile 9.5%