aboutsummaryrefslogtreecommitdiff
path: root/src/core/tcp.c
Commit message (Collapse)AuthorAge
* Introduce nni_url_to_address for common URL to sockaddr support.Garrett D'Amore2024-10-05
| | | | | This will be used in UDP. It also lets us reduce some unnecessary code paths for redundant library initialization.
* Move TCP out of supplemental.Garrett D'Amore2020-12-05
This was only used internally, and can live as part of core.