<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style></head><body lang="DE" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal"><span lang="EN-US">Dear all.</span></p><p class="MsoNormal"><span lang="EN-US">I just found that during data communication using pseudotcp the „initiator“ peer consumes 99-100% CPU using nice_agent_recv_nonblocking(). </span></p><p class="MsoNormal"><span lang="EN-US">Varying the poll frequency which was adjusted to approx 100ms doesn’t change it. Commenting out the call made it visible that the load is consumed somewhere under the hood inside libnice.</span></p><p class="MsoNormal"><span lang="EN-US">Added a usleep(1msec ) in component_io_cb() released the cpu form its pain, but made the communication very unstable and or slow.</span></p><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">Does someone have an idea what’s going wrong here ?</span></p><p class="MsoNormal"><span lang="EN-US">Rgds</span></p><p class="MsoNormal"><span lang="EN-US">Klaus</span></p><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US"> </span></p></div></body></html>
<br>
.