File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141 - std medium-ethernet proto-ipv6 socket-tcp
4242 - std medium-ethernet medium-ip proto-ipv4 socket-icmp socket-tcp
4343 - std medium-ip proto-ipv6 socket-icmp socket-tcp
44+ - std medium-ip proto-ipv4 proto-ipv6 socket-tcp socket-udp
4445
4546 # Test features chosen to be as aggressive as possible.
4647 - std medium-ethernet medium-ip medium-ieee802154 proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socket-icmp socket-dns async
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ impl<'a> OutPackets<'a> {
7979}
8080
8181#[ allow( unused) ]
82- #[ cfg( feature = "proto-ipv4" ) ]
82+ #[ cfg( feature = "proto-ipv4-fragmentation " ) ]
8383pub ( crate ) struct Ipv4OutPacket < ' a > {
8484 /// The buffer that holds the unfragmented 6LoWPAN packet.
8585 buffer : ManagedSlice < ' a , u8 > ,
You can’t perform that action at this time.
0 commit comments