This repository was archived by the owner on Sep 11, 2026. It is now read-only.
Conversation
Retains upstream stable JNI lifetime fixes and adapts the Java wrapper ordering fix from 7885652.
Adapt identity and credential hooks from 39ec8c6 to upstream rtcConfiguration certificate fields and rtcSetLocalDescriptionEx. Include encrypted-key passwords, nullable description types and native construction diagnostics.
Preserve native callback ownership and bounded queues while moving protocol-specific fixtures downstream. Generic real UDP regressions cover imported fingerprints, explicit ICE credentials, delayed first-request delivery, wrong fingerprints and native cleanup. Adapted from 39ec8c6, 0812c7e, 5544964, 4a12f67 and 40f2c32.
…acts Keep fork coordinates and artifact provenance distinct from upstream releases; validate nxs-dev without invoking publishing workflows. Adopt current upstream master ABI and the generic owned mux/lifecycle dependency chain.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose incoming ICE requests as metadata and asynchronous acceptance decisions. Native code retains and authenticates the first STUN request; Java installs callbacks before acceptance. Applications can approve a new peer or another source tuple for an existing peer. Ordinary transport packets stay native.
Acceptance.builder(...), sharedDtlsIdentityconfiguration and namedstatistics()replace positional setup and counters. Existing constructors andstats()remain deprecated compatibility adapters.Acceptance.reuse(peer)preserves the peer's identity, channels and ownership, including on failed attachment.Waiting-request cancellation releases admission slots independently of the application executor. Completion continuations run outside deadline and JNI callback threads. An initializer already running retains its prepared peer until it returns and cleanup completes.
PeerConnection.closeAsync()completes after transport destruction and Java cleanup;closeAndAwaitis the blocking convenience. Construction diagnostics are package-private and require a native test build. Native logging defaults toWARNINGand can be changed before or after loading.Validation: six native regressions, both upstream JNI lifecycle tests, and Java transport/logging/collection probes pass. Coverage includes stalled executors, reentrant close, peer reuse, forged integrity and wrong fingerprints, plus real UDP/DTLS/SCTP exchanges with 167/178/256-character usernames. Production JNI also builds and passes lifecycle tests with diagnostics disabled. API, ownership and test details, source attribution.
This owned aggregate draft keeps
upstreamas a mirror. Portable packaging and application integration require their own validation.