SIPp / sipp

The SIPp testing tool
https://sipp.readthedocs.io
Other
888 stars 375 forks source link

Don't block on select() in rtpstream_playrtptask #690

Closed acumeeple closed 4 months ago

acumeeple commented 5 months ago

We are supposed to be calling this function repeatedly in a loop running every 20ms or so. Blocking for 10ms on select() in here destroys packet send timing. This should fix issue #665.

orgads commented 4 months ago

@wdoekes Can you please approve?

wdoekes commented 4 months ago

Check your invites ;)

orgads commented 4 months ago

Thanks! :)