$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] async udp socket latency
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-07-02 14:44:41
On 07/02/2015 09:12 AM, Andrew Hundt wrote:
> Does anyone have insight into why this latency issue may be occurring in
> the Async UDP version? Thanks.
I would expect the additional latency introduced by async operations to
be sub-milliseconds, so I suspect that something in your handlers is
causing the delay.