• Stefy Lanza (nextime / spora )'s avatar
    Apply same performance optimizations to wsssh C version as wsscp · 7c247fe7
    Stefy Lanza (nextime / spora ) authored
    - Replace blocking recv() with select() for efficient I/O multiplexing
    - Add 50ms timeouts to prevent indefinite blocking operations
    - Increase buffer size from 4KB to 1MB for optimal throughput
    - Add 3-second exit delay after SSH completion for clean shutdown
    - Fix setup_tunnel return codes to prevent segmentation faults
    - Correct memory management in argument cleanup
    7c247fe7
Name
Last commit
Last update
..
debian Loading commit data...
man Loading commit data...
configure.sh Loading commit data...
wsscp.c Loading commit data...
wsssh.c Loading commit data...
wssshc.c Loading commit data...