Commit Graph

5 Commits

Author SHA1 Message Date
0155f3d9fa refactor: extract magic number 4096 as named BUFFER_SIZE constant in shadowssh app
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.
2024-12-12 01:41:47 +00:00
2360e49332 fix: reduce network read buffer from 4096 to 64 bytes and change default SSH port from 22 to 222 2024-12-10 13:13:33 +00:00
e7a5f80782 chore: strip trailing whitespace and normalize line endings across shadowssh source files 2024-12-08 09:34:11 +00:00
b19ccb862f chore: scaffold shadowssh project with Makefile, pyproject.toml, setup.cfg, and initial package structure 2024-12-08 09:32:43 +00:00
a2ec873884 chore: add .gitignore, MIT license, and initial README for shadowssh project 2024-12-08 08:45:33 +00:00