Lines Matching defs:TLS_Incoming_Conn
416 struct TLS_Incoming_Conn { struct
418 struct tls_conn_settings *tls_conn;
419 int socket;
420 char *inbuf; /* input buffer */
421 size_t inbuflen;
422 size_t cur_msg_len; /* length of current msg */
423 size_t cur_msg_start; /* beginning of current msg */
424 size_t read_pos; /* ring buffer position to write to */
425 size_t errorcount; /* to close faulty connections */
426 bool closenow; /* close connection as soon as buffer processed */
427 bool dontsave; /* for receiving oversized messages w/o saving them */