Skip to content

[codex] Add Quinn QUIC transport#8

Merged
haasonsaas merged 1 commit into
mainfrom
codex/quic-transport
May 26, 2026
Merged

[codex] Add Quinn QUIC transport#8
haasonsaas merged 1 commit into
mainfrom
codex/quic-transport

Conversation

@haasonsaas
Copy link
Copy Markdown
Contributor

Summary

Adds the first real network transport for sessionrpc using Quinn.

  • Adds QuicFrameTransport implementing FrameTransport over QUIC unidirectional streams.
  • Adds QuicClient, QuicResumeConnection, and QuicTestServer.
  • Adds QuicClient::connect_0rtt for early-data resume connections.
  • Adds local QUIC conformance coverage and a 0-RTT resume test that sends a frame before waiting for handshake completion.
  • Documents the QUIC adapter and 0-RTT replay caveat.

Validation

  • cargo fmt --check
  • cargo test --all-targets
  • cargo run --example inference_session

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedrcgen@​0.14.89610093100100

View full report

@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: cargo zerocopy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?cargo/zerocopy@0.8.48

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore cargo/zerocopy@0.8.48. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@haasonsaas haasonsaas merged commit 6bd05dc into main May 26, 2026
4 checks passed
@haasonsaas haasonsaas deleted the codex/quic-transport branch May 26, 2026 16:03
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.

1 participant