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.