GNS3 / GNS3/dynamips

packet transmission rate is limited

Open
#46 2 comments 0 reactions 1 assignee View on GitHub

@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:

  1. it's done in the ptask thread (default wait time is 10 ms)
  2. each time a packet transmission task is run, only a limited number of packets is sent (the rest waits for the next run)
Links:

http://forum.gns3.net/topic10476.html

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.