mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
cleans up u3_prox member comments
This commit is contained in:
parent
5027f53b24
commit
af3c687ff8
@ -972,12 +972,12 @@ typedef struct _u3_ward {
|
|||||||
/* u3_prox: reverse TCP proxy server
|
/* u3_prox: reverse TCP proxy server
|
||||||
*/
|
*/
|
||||||
typedef struct _u3_prox {
|
typedef struct _u3_prox {
|
||||||
uv_tcp_t sev_u; // server handle
|
uv_tcp_t sev_u; // server handle
|
||||||
c3_s por_s; // listening on port
|
c3_s por_s; // listening on port
|
||||||
c3_o sec; // yes == https
|
c3_o sec; // yes == https
|
||||||
struct _u3_proxy_conn* con_u; // active connection list
|
struct _u3_proxy_conn* con_u; // active connection list
|
||||||
struct _u3_ward* rev_u; // active reverse listeners
|
struct _u3_ward* rev_u; // active reverse listeners
|
||||||
struct _u3_prox* nex_u; // next listener
|
struct _u3_prox* nex_u; // next listener
|
||||||
} u3_prox;
|
} u3_prox;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user