Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds features and fix some bugs #6

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

yleintel
Copy link

This pull request enables the following features:

  1. support two-tier topologies;
  2. support various packet size;
  3. support taking the NS3 flow traces as the input.
  4. fix various bugs when worst case happens, i.e., control packets get dropped.
  5. using packet size instead of MTU to set pace time: _packet_drain_time.

yfle0707 and others added 30 commits December 23, 2022 16:47
…to server queue is wrong, fixed it; 3. the network topology is 10G
…ercome the limit that two nodes can not have more than 2 connections;
…ssible that a PULL packet is inflight, a message finishes and a new message uses that previous connection, which might receive the old PULL packet; as pull packet has cum ack, this can make the new message's state incorrect; thus, we would reuse the old connection only when the connection has been idled for 1ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants