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

Fix example of virtual circuit switching #84

Closed
wants to merge 1 commit into from

Conversation

lvgrr
Copy link
Contributor

@lvgrr lvgrr commented Nov 6, 2024

The table the example is referencing contains the value 11 as outgoing VCI, which is what switch 1 selects.

Copy link
Contributor

@drbruced12 drbruced12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you have misunderstood how the allocation of VCIs is being done in our example. The VCI values are the same in this example as in the preceding, manual one. So Switch 1 is picking the value 5, not 11, as the value it wants to receive from Host A. Hence your change is not correct.

Given the confusion I will see if I can find a way to make this clearer.

@drbruced12
Copy link
Contributor

Not a correct change but suggests a possible area for better explanation.

@drbruced12 drbruced12 closed this Nov 11, 2024
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