|
@@ -63,7 +63,7 @@ defmt = [ "dep:defmt", "heapless/defmt", "heapless/defmt-impl" ]
|
|
|
"socket-dns" = ["socket", "proto-dns"]
|
|
|
"socket-mdns" = ["socket-dns"]
|
|
|
|
|
|
-"packet-id" = []
|
|
|
+"packetmeta-id" = []
|
|
|
|
|
|
"async" = []
|
|
|
|
|
@@ -74,7 +74,7 @@ default = [
|
|
|
"proto-ipv4", "proto-igmp", "proto-dhcpv4", "proto-ipv6", "proto-dns",
|
|
|
"proto-ipv4-fragmentation", "proto-sixlowpan-fragmentation",
|
|
|
"socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "socket-dhcpv4", "socket-dns", "socket-mdns",
|
|
|
- "packet-id", "async"
|
|
|
+ "packetmeta-id", "async"
|
|
|
]
|
|
|
|
|
|
# Private features
|