awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 30 forks source link

Change `port` from uint16_t to uint32_t, to support VSOCK #338

Closed graebm closed 8 months ago

graebm commented 9 months ago

Issue: https://github.com/awslabs/aws-c-io/issues/576

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (eac4be3) 82.40% compared to head (f2df7c3) 82.41%.

Files Patch % Lines
source/v5/mqtt5_options_storage.c 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #338 +/- ## ======================================= Coverage 82.40% 82.41% ======================================= Files 20 20 Lines 8775 8779 +4 ======================================= + Hits 7231 7235 +4 Misses 1544 1544 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.