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

Add SCTP information to --json output #1731

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

davidBar-On
Copy link
Contributor

Add SCTP information to JSON output: RTT, PMTU, WND, CWND.

JSON creation is using the same code used to create the TCP output, so some fields have value 0, e.g. VARRTT. The assumption is that the SCTP fields have the same meaning as the TCP fields. Especially, WND for TCP is the "send windows" while the SCTP is taken from "receive window", but I hope that their meaning is the same.

@bmah888 bmah888 linked an issue Jul 26, 2024 that may be closed by this pull request
@bmah888 bmah888 self-assigned this Aug 2, 2024
Copy link
Contributor

@bmah888 bmah888 left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Tested on Linux (Ubuntu 20.04 LTS) and FreeBSD 13. +1 to merge this.

@bmah888 bmah888 merged commit 92c9155 into esnet:master Aug 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include RTT information in SCTP tests --json as well
2 participants