c1a1d043d54ce536dc4051831bd1b2ffb69a924d
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.
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%