Added dtls_error flag to conn structure.
FossilOrigin-Name: b8594dbca78cf1228ca2447f393f85bbc5e1a0528ebc4f5d9f1b98130e2d9382
This commit is contained in:
parent
89a68334ff
commit
932bc89e8f
@ -88,6 +88,7 @@ struct conn{
|
||||
void * dtls_data;
|
||||
char * dtls_cipher;
|
||||
int dtls_wait_timer;
|
||||
int dtls_error;
|
||||
|
||||
|
||||
/* used to link the conn obj with other objects */
|
||||
|
Loading…
Reference in New Issue
Block a user