Skip to content

Conversation

@philipch07
Copy link
Contributor

@philipch07 philipch07 commented Oct 30, 2025

Description

Updates stream.go to RFC 9260. Direct citations have been made for RFC 3758 and RFC 7496 for better documentation.

Reference issue

Resolves #410.

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.00%. Comparing base (a69c6a2) to head (d0e129e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
+ Coverage   83.84%   84.00%   +0.16%     
==========================================
  Files          51       51              
  Lines        3448     3452       +4     
==========================================
+ Hits         2891     2900       +9     
+ Misses        417      414       -3     
+ Partials      140      138       -2     
Flag Coverage Δ
go 84.00% <100.00%> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JoeTurki JoeTurki requested a review from Copilot October 30, 2025 17:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates reliability parameter handling in SCTP streams and modernizes RFC references. The main changes include adding validation logic for reliability types and updating documentation to reference final RFCs instead of draft versions.

  • Adds validation to setReliabilityParams to handle reliability types with fallback logic
  • Updates RFC references from draft versions to final published standards
  • Fixes minor formatting issues in comments

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@philipch07 philipch07 force-pushed the pch07/update-stream-to-9260 branch from 0d8b0ca to 33f6628 Compare October 30, 2025 17:56
@philipch07 philipch07 force-pushed the pch07/update-stream-to-9260 branch from 33f6628 to d0e129e Compare November 2, 2025 05:35
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.

Update stream.go to RFC 9260

2 participants