eerimoq/asyncudp

Add ability to limit packet queue

Closed this issue · 1 comments

Right now, Socket protocol have unlimited _packets queue, this tends to resource problems in a «bad» case. Maybe as a default unlimited is good enough, but this definitely should be configurable.

Feel free to implement it and submit a PR.