DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshConnCtx Struct Reference

Public Attributes

uint8_t conn_for_ssh [MAX_SSH_CONNS]
 
bool init_done = false
 
volatile bool close [MAX_SSH_CONNS]
 

Detailed Description

Definition at line 28 of file ssh_conn.cpp.

Member Data Documentation

◆ conn_for_ssh

◆ init_done

bool SshConnCtx::init_done = false

Definition at line 31 of file ssh_conn.cpp.

◆ close

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().


The documentation for this struct was generated from the following file: