|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Public Attributes | |
| uint8_t | conn_for_ssh [MAX_SSH_CONNS] |
| bool | init_done = false |
| volatile bool | close [MAX_SSH_CONNS] |
Definition at line 28 of file ssh_conn.cpp.
| uint8_t SshConnCtx::conn_for_ssh[MAX_SSH_CONNS] |
Definition at line 30 of file ssh_conn.cpp.
Referenced by ssh_conn_accept(), ssh_conn_close(), ssh_conn_close_channel(), ssh_conn_open_forwarded(), ssh_conn_poll(), ssh_conn_rx(), and ssh_conn_send().
| bool SshConnCtx::init_done = false |
Definition at line 31 of file ssh_conn.cpp.
| volatile bool SshConnCtx::close[MAX_SSH_CONNS] |
Definition at line 32 of file ssh_conn.cpp.
Referenced by ssh_conn_accept(), and ssh_conn_rx().