Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jan 31, 2024
1 parent 78c6892 commit 5b818d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yasio/io_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1664,9 +1664,11 @@ void io_service::active_transport(transport_handle_t t)
if (yasio__testbits(ctx->properties_, YCM_KCP))
{
++this->nsched_;
#if defined(YASIO_ENABLE_KCP)
auto interval = static_cast<io_transport_kcp*>(t)->interval();
if (this->sched_freq_ > interval)
this->sched_freq_ = interval;
#endif
}
if (!yasio__testbits(ctx->properties_, YCM_SSL))
{
Expand Down

0 comments on commit 5b818d7

Please sign in to comment.