[Bug 255967] Re: stund uses up more cpu than it should

Marius Karthaus bugs at karthaus.nl
Mon Apr 27 20:55:19 UTC 2009


I can confirm both the bug and the solution.

If you look at stun using powertop it shows a lot of useless wakeups
because of this loop. I've recompiled the package with modified stun.cxx
(see diff code below) and now it does not hog the system. It still works
perfectly on our production VOIP server.  Please fix.

Regards,
Marius Karthaus

patch:

1408c1408
<    tv.tv_usec = 1000000;
---
>    tv.tv_usec = 1000;


** Changed in: stun (Ubuntu)
       Status: New => Confirmed

-- 
stund uses up more cpu than it should
https://bugs.launchpad.net/bugs/255967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list