aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol.c
Commit message (Collapse)AuthorAge
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
| | | | | | | | | This also checks if the build system has the definitions for AF_INET6, which might help in some embedded IPv4 only settings. The resolver test is enhanced to include a check for IPv6 enabled in the kernel. IPv6 support is enabled by default, of course.
* Move protocol.c into SP tree (it is SP specific.)Garrett D'Amore2021-08-21
Also, remove an extraneous initialization call.