--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+unsubscribe@chromium.org.
To post to this group, send email to proto...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
The QUIC team has spent quite a bit of time reducing QUIC's CPU usage, but there are always more improvements you can do.Typically, sending and receiving packets is a large portion of the CPU cost, along with crypto. Sending and receiving packets are very hard to accelerate without OS level changes. The Crypto is about as optimized as it's likely to get, from what I know.It looks like you're on iOS. There were recently some improvements to use a faster Now() method on iOS, so make sure you're using code that's close to tip of tree.
On Wed, Jun 14, 2017 at 3:11 AM, 曹少琨 <csha...@gmail.com> wrote:
Hi all,I've used 4-Layers QUIC for our Video/Audio Live APP.But from the picture above, we saw that QUIC used 50% Process CPU time and 50% * 50% CPU time was used on QuicConnection::ProcessUdpPacket.QuicDecryptPacket & SendInResponse are the CPU usage wasted source.How can I close the Encrypt&Decrypt for every famer to reduce the CPU usage?
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+unsubscribe@chromium.org.