You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Mondain <mo...@gmail.com> on 2018/09/28 20:33:00 UTC

UDP packet handling strategies

I wonder if any of my fellow community members have thoughts or experience
with UDP in Mina as far as responding to load conditions; whether it be
flooded outgoing packet queues, high cpu load, or network throttling. We're
considering an IoFilter similar to the old Mina bandwidth throttle example,
but would like to hear from the community. Ideally we want to drop packets
if xyz condition is met.

Best Regards,
Paul