aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/tran/udp.md
Commit message (Collapse)AuthorAge
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
| | | | | | | | | | This is easier and agnostic about the underlying L3 protocol. We plan to remove direct NNG_OPT_LOCADDR support from listeners (and probably both NNG_OPT_LOCADDR and NNG_OPT_REMADDR have numbered days left in their lifetime. They will be replaced with more direct typed access functions as has been done for pipes already.) While here fixed some include for IWYU in the POSIX platform.
* docs: more transport doc updatesGarrett D'Amore2025-01-02
|
* docs: update some transport option docsGarrett D'Amore2025-01-02
|
* docs: remove references to asterisk wildcard, other tweaksGarrett D'Amore2025-01-02
|
* docs: Document removal of NNG_OPT_URL, even though it isn't done yet.Garrett D'Amore2024-11-23
| | | | | We're going to start ripping out support for it. The alternative functions should be used instead.
* Minor fixes to mdbook docs.Garrett D'Amore2024-10-12
|
* Indexing improvements to mdbook docs.Garrett D'Amore2024-10-06
|
* Forgot to add the UDP man page!Garrett D'Amore2024-10-06
|
* Fix UDP port numbers in docsGarrett D'Amore2024-10-06
|
* Initial swag at UDP transport docs, also converted socket transport to mdbookGarrett D'Amore2024-10-06
This has a lot of TODO links, because there are missing pieces still of course.