Skip to content

Commit

Permalink
[libfscp] Launch the hello reset limit timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Dec 19, 2018
1 parent 64ab23e commit 42ffdf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/fscp/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ namespace fscp
async_receive_from();

m_keep_alive_timer.async_wait(m_session_strand.wrap(boost::bind(&server::do_check_keep_alive, this, boost::asio::placeholders::error)));
m_hello_limit_timer.async_wait(m_greet_strand.wrap(
boost::bind(&server::do_hello_reset_limit, this,
boost::asio::placeholders::error)));
m_presentation_limit_timer.async_wait(m_presentation_strand.wrap(
boost::bind(&server::do_presentation_reset_limit, this,
boost::asio::placeholders::error)));
Expand Down

0 comments on commit 42ffdf0

Please sign in to comment.