-
Notifications
You must be signed in to change notification settings - Fork 20
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
huge sync with main branch #1120
Conversation
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
… reset timestamp of duplicated msg Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
work with ea5cf0c50229fba8d742326cf387a95e1e075976 Signed-off-by: jaylin <[email protected]>
…s been closed Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: Moi Ran <[email protected]>
refer to nanomq/nanomq#1764 Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: Moi Ran <[email protected]>
…ic protocol layer. Signed-off-by: wanghaemq <[email protected]>
. Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
…ain stream or dialer). Signed-off-by: wanghaemq <[email protected]>
… recv. Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
… closed. Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
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 <[email protected]>
Signed-off-by: jaylin <[email protected]>
…ority enabled) Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
…imeout Signed-off-by: jaylin <[email protected]>
Signed-off-by: jaylin <[email protected]>
…nd timeout. Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: wanghaemq <[email protected]>
Signed-off-by: xinyi-xs <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
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.
will tag then merge
run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -D NNG_ENABLE_TLS=ON -B build | ||
# TLS on Windows is not good because vcpkg is *old* mbedTLS 2.28, and we don't pass some newer tests. | ||
# We should explore testing WolfSSL here instead. | ||
run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -B build |
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.
we shall stick to old 2.28 in nanonng
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## sdv_master #1120 +/- ##
==============================================
- Coverage 63.48% 63.30% -0.18%
==============================================
Files 135 135
Lines 39291 39460 +169
==============================================
+ Hits 24945 24982 +37
- Misses 14346 14478 +132 ☔ View full report in Codecov by Sentry. |
Signed-off-by: JaylinYu <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
Signed-off-by: JaylinYu <[email protected]>
No description provided.