Skip to content

Docs: add UDP sockets guide page#238

Merged
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/udp-guide
Apr 29, 2026
Merged

Docs: add UDP sockets guide page#238
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/udp-guide

Conversation

@sgerbino
Copy link
Copy Markdown
Collaborator

Adds 4.guide/4q.udp.adoc covering the corosio UDP API: udp protocol tag, open/bind, connectionless and connected modes, message flags, socket options, multicast, cancellation, and a TCP-vs-UDP comparison. Wires the new page into nav.adoc after Unix Domain Sockets.

Adds 4.guide/4q.udp.adoc covering the corosio UDP API: udp protocol tag,
open/bind, connectionless and connected modes, message flags, socket
options, multicast, cancellation, and a TCP-vs-UDP comparison. Wires the
new page into nav.adoc after Unix Domain Sockets.
@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://238.corosio.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-04-28 18:13:52 UTC

@cppalliance-bot
Copy link
Copy Markdown

GCOVR code coverage report https://238.corosio.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://238.corosio.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://238.corosio.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-04-28 18:23:35 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.71%. Comparing base (e49d180) to head (bdab9e5).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #238   +/-   ##
========================================
  Coverage    77.71%   77.71%           
========================================
  Files           96       96           
  Lines         7298     7298           
  Branches      1787     1787           
========================================
  Hits          5672     5672           
  Misses        1108     1108           
  Partials       518      518           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e49d180...bdab9e5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sgerbino sgerbino merged commit 4c582ac into cppalliance:develop Apr 29, 2026
42 checks passed
@sgerbino sgerbino deleted the pr/udp-guide branch April 29, 2026 13:53
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