packet transmission rate is limited
Open
@flaviojs is already working on this.
Since Jun 15, 2014.
bug
- Dominant language
- C
- Stars
- 405
- Forks
- 99
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Packet transmission is limited because:
- it's done in the ptask thread (default wait time is 10 ms)
- each time a packet transmission task is run, only a limited number of packets is sent (the rest waits for the next run)
Links:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.