dtls_wait_timer added to struct conn.
FossilOrigin-Name: bdf8eb27bdd94ea60f488bdb683c3db65a34d50bc5cd1d70112f3847d8cf3db5
This commit is contained in:
parent
6405f7cf0e
commit
b9dc7126c2
@ -87,6 +87,7 @@ struct conn{
|
||||
|
||||
void * dtls_data;
|
||||
char * dtls_cipher;
|
||||
int dtls_wait_timer;
|
||||
|
||||
|
||||
/* used to link the conn obj with other objects */
|
||||
|
Loading…
Reference in New Issue
Block a user