Set correct initial timeout for DHPart1

This commit is contained in:
Aaro Altonen 2020-10-10 03:02:01 +03:00
parent 56ef10e88b
commit 497d9a9a80
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ rtp_error_t uvg_rtp::zrtp::dh_part1()
rtp_error_t uvg_rtp::zrtp::dh_part2()
{
int type = 0;
size_t rto = 0;
size_t rto = 150;
rtp_error_t ret = RTP_OK;
auto dhpart = uvg_rtp::zrtp_msg::dh_key_exchange(session_, 2);