Warren
31843e4c0e
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Implement SSH Phase 13.5: Bidirectional data forwarding
- Create data_forwarder.rs module (251 lines)
- Define DataForwarder structure for bidirectional data transfer
- Implement SSH channel ↔ TCP socket bidirectional forwarding
- Implement start_ssh_to_target_forwarding() thread
- Implement start_target_to_ssh_forwarding() thread
- Implement window size management (consume + adjust)
- Add build_channel_data_packet() function
- Add build_window_adjust_packet() function
- Support SSH_MSG_CHANNEL_DATA transmission
- Support SSH_MSG_CHANNEL_WINDOW_ADJUST adjustment
- All compilation tests passed successfully
Phase 13.1-13.5 completed: Security + Global request + Channel + Listener + Data forwarding
2026-06-15 19:11:24 +08:00
..
2026-05-17 05:44:32 +08:00
2026-06-13 14:39:18 +08:00
2026-06-15 19:11:24 +08:00
2026-06-15 13:54:57 +08:00
2026-05-16 20:47:28 +08:00
2026-06-15 16:56:38 +08:00