Work on DTLS
FossilOrigin-Name: 5cc472aaf15b6e5dfe9beb3241c11f51af85dc3a29d94fee47992cbaf794fde2
This commit is contained in:
@ -15,6 +15,6 @@ int conn_q_wait_packet(struct conn * conn, int seconds)
|
||||
if (sem_timedwait(&conn->q_sem,×pec)==-1){
|
||||
return EAGAIN;
|
||||
};
|
||||
|
||||
sem_post(&conn->q_sem);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user