kstrafe
kstrafe
This issue has been open for more than a year, is the project dead?
Tried this with an `impl Iterator` but the problem is that we drain the `sent_packets` structure while at the same time iterating over its keys. The workaround is to collect...
Works just fine on linux. I increased it to 30k and it just consumes a lot of memory. Are you running out of memory? Is the OOM killer invoked? On...
If you're on a 32-bit system then you could address at most 4 GB, maybe more with extended addressing, can you check if it's OOM? Not sure what you mean...
Where are you getting the idea from that it's the congestion handler? Can you check the kernel log for OOM messages?
That indeed looks like OOM. You could try editing the capacity of the internal sequencebuffer to be smaller. Then each sequence buffer can grow as demand requires it. This will...
I'm not fixing this since I don't need it. You can try it yourself. Try removing it and check if all tests succeed. It would be appreciated if you could...
I'm not sure how you implemented it but might be a TOCTOU error. (I can't find the use of loopbacks in the git log)
Will wait for https://github.com/amethyst/laminar/pull/196 to merge
@mvlabat my guess is that it's because the client never seems to read from the channel of incoming messages so it doesn't register them in the bitset of acknowledged messages...