dtls_wait_timer added to struct conn.

FossilOrigin-Name: bdf8eb27bdd94ea60f488bdb683c3db65a34d50bc5cd1d70112f3847d8cf3db5
This commit is contained in:
7u83@mail.ru 2014-08-15 22:34:10 +00:00
parent 6405f7cf0e
commit b9dc7126c2
1 changed files with 1 additions and 0 deletions

View File

@ -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 */