|
@@ -52,19 +52,19 @@ required-features = ["std", "phy-raw_socket"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "httpclient"
|
|
|
-required-features = ["std", "phy-tap_interface", "proto-ipv4", "socket-tcp"]
|
|
|
+required-features = ["std", "phy-tap_interface", "socket-tcp"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "ping"
|
|
|
-required-features = ["std", "phy-tap_interface", "proto-ipv4", "socket-icmp"]
|
|
|
+required-features = ["std", "phy-tap_interface", "socket-icmp"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "server"
|
|
|
-required-features = ["std", "phy-tap_interface", "proto-ipv4", "socket-tcp", "socket-udp"]
|
|
|
+required-features = ["std", "phy-tap_interface", "socket-tcp", "socket-udp"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "client"
|
|
|
-required-features = ["std", "phy-tap_interface", "proto-ipv4", "socket-tcp", "socket-udp"]
|
|
|
+required-features = ["std", "phy-tap_interface", "socket-tcp", "socket-udp"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "loopback"
|