ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
connection Directory Reference

Files

 ssh_channel.cpp
 SSH connection protocol - multiplexed session channels (RFC 4254).
 
 ssh_channel.h
 SSH connection protocol - multiplexed "session" channels (RFC 4254).
 
 ssh_client.cpp
 Outbound SSH client + reverse tunnel state machine (see ssh_client.h).
 
 ssh_client.h
 Outbound SSH client + reverse tunnel (PC_ENABLE_SSH_CLIENT).
 
 ssh_conn.cpp
 TCP-transport ↔ SSH-protocol glue.
 
 ssh_conn.h
 Glue between the TCP transport (conn_pool) and the SSH protocol stack.
 
 ssh_forward.cpp
 SSH direct-tcpip port-forwarding owner - outbound TCP + byte bridge.
 
 ssh_forward.h
 SSH direct-tcpip port-forwarding owner (the ssh -L target side).
 
 ssh_server.cpp
 SSH message dispatcher implementation.
 
 ssh_server.h
 SSH message dispatcher - ties the transport, auth, and channel layers into one server state machine.