Expand description
Convenience namespace for transport builders: service::tcp(443) or service::parse("udp/53").
Functionsยง
- icmpv4
- Create an ICMPv4 service entry by type/code.
- icmpv6
- Create an ICMPv6 service entry by type/code.
- parse
- Create a transport definition from a string such as
"tcp/22"or"icmp/echo-request". - tcp
- Create a TCP service entry with an auto-generated name (e.g.,
"tcp/443"). - udp
- Create a UDP service entry with an auto-generated name.