• Stefy Lanza (nextime / spora )'s avatar
    Fix concurrent connection issues in wsssht daemon mode · 5227651d
    Stefy Lanza (nextime / spora ) authored
    - Implement thread-based concurrent connection handling
    - Fix segmentation fault caused by shared static variables
    - Each connection now gets its own WebSocket tunnel and resources
    - Replace global tunnel management with per-thread instances
    - Add proper cleanup for individual connection threads
    - Allow multiple SSH sessions to connect simultaneously to the same port
    5227651d
Name
Last commit
Last update
..
modes.c Loading commit data...
modes.h Loading commit data...
modes.o Loading commit data...
threads.c Loading commit data...
threads.h Loading commit data...
threads.o Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
utils.o Loading commit data...
wsssht.h Loading commit data...