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

A sync PR #1100

Merged
merged 11 commits into from
Oct 29, 2024
Merged

A sync PR #1100

merged 11 commits into from
Oct 29, 2024

Conversation

JaylinYu
Copy link
Member

sync with Upstream, stop at eef8f5f4a4d8d05470503e7f6dc7270c7e488cb5

gdamore and others added 11 commits October 29, 2024 17:48
* Jaylin fix the conflicts
This allows an efficient way to iterate over the entries
stored in an ID hash. The iteration is fast, and requires no
additional storage.  The order of iteration is not guaranteed.

Signed-off-by: jaylin <jaylin@emqx.io>
This fixes a problem only found on Windows, that affected both IPC and TCP.
This requires using a supporting version of Mbed TLS.
We have to use PSA crypto for TLS 1.3.
This will be used in UDP.  It also lets us reduce some unnecessary
code paths for redundant library initialization.
This adds endian awareness at compile time, and defines some little
endian versions of some macros. We antiicpate making more use of
little endian in new protocols to reduce the "endian tax", as nearly
every modern system is little endian these days.
This will be used for some follow up work (UDP).
Signed-off-by: jaylin <jaylin@emqx.io>
@JaylinYu JaylinYu merged commit be46f58 into main Oct 29, 2024
10 of 15 checks passed
@JaylinYu JaylinYu deleted the jaylin/dev2 branch October 29, 2024 10:00
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.

2 participants