-
Notifications
You must be signed in to change notification settings - Fork 0
BAF-1256 # Module Gateway - QUIC Integration #49
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
Draft
danprudky
wants to merge
30
commits into
BAF-1250/gateway_crashes_when_endpoint_contains_module_missing_in_module_paths
Choose a base branch
from
BAF-1256/use_quic_external_client
base: BAF-1250/gateway_crashes_when_endpoint_contains_module_missing_in_module_paths
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cbc7a0d
Introduce QuicCommunication: Add basic connection of QUIC protocol su…
1bd7893
Refactor QuicCommunication: Modularize QUIC initialization, improve l…
f5d1ef5
Enhance QuicCommunication: Add stream callback + message sending, imp…
ccf380e
Add `toString` method for `ConnectionState` in QuicCommunication for …
a052f92
Implement message queuing and threading in QuicCommunication for bidi…
e55e244
Refactor `QuicCommunication`: Improve comments and documentation, rem…
d6f401e
Refactor `QuicCommunication`: Extract `getStreamId` method, improve l…
724050b
Refactor `QuicCommunication`: Simplify `StreamSend` logic, improve er…
6628c78
Refactor `QuicCommunication`: Add detailed event handling comments, i…
c32cab0
Refactor `QuicCommunication`: Extract `getProtocolSettingsString` met…
6245c10
Refactor `QuicCommunication`: Replace `logInfo` with `logDebug`, refi…
67530a5
Refactor `QuicCommunication`: Replace error logs with exceptions for …
e069bc5
Refactor `QuicCommunication`: Add connection state check before sendi…
f7bf6ec
Refactor `QuicCommunication`: Replace QuicCommunication::ConnectionSt…
c30c723
Refactor `QuicCommunication`: Replace hardcoded ALPN value with `sett…
35b56f4
Add `quic_example.json` configuration file for QUIC module settings
23f05e6
Refactor `ExternalConnection`: Remove redundant `return OK` statement…
704e33f
Clean up includes in `ExternalClient` and `QuicCommunication` for con…
d9d3088
Refactor `QuicCommunication`: Add `SendBuffer` abstraction for improv…
0bc2a53
Refactor `QuicCommunication`: Replace exceptions with `settings::Logg…
ecee8a3
Refactor `QuicCommunication`: Simplify `SendBuffer` by replacing `std…
b82f77e
Refactor `QuicCommunication`: Reorder initialization steps to ensure …
d1ade22
Refactor `QuicCommunication`: Replace `std::lock_guard` with `std::sc…
d2303a7
Refactor `QuicCommunication`: Add early exit for empty stream receive…
5853c70
Refactor `QuicCommunication`: Replace dynamic app name parameter in `…
30123d9
Refactor `QuicCommunication`: Replace `std::shared_ptr` with `std::un…
c1b3a8c
Update `README.md`: Add QUIC configuration details alongside MQTT, ex…
e74bc2a
Refactor `QuicCommunication`: Add comments and documentation for `Sen…
3e5df14
Refactor `EnumUtils`: Replace hardcoded connection state strings with…
be11942
Add `QuicSettingsParser` to parse QUIC settings and integrate with `Q…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The msquic shall be added as a dependency to the Fleet Protocol Context
https://github.com/bringauto/packager-fleet-protocol-context
@koudis will add it in week 19. 1. 2026