File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
- std medium-ethernet proto-ipv6 socket-tcp
42
42
- std medium-ethernet medium-ip proto-ipv4 socket-icmp socket-tcp
43
43
- std medium-ip proto-ipv6 socket-icmp socket-tcp
44
+ - std medium-ip proto-ipv4 proto-ipv6 socket-tcp socket-udp
44
45
45
46
# Test features chosen to be as aggressive as possible.
46
47
- 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> {
79
79
}
80
80
81
81
#[ allow( unused) ]
82
- #[ cfg( feature = "proto-ipv4" ) ]
82
+ #[ cfg( feature = "proto-ipv4-fragmentation " ) ]
83
83
pub ( crate ) struct Ipv4OutPacket < ' a > {
84
84
/// The buffer that holds the unfragmented 6LoWPAN packet.
85
85
buffer : ManagedSlice < ' a , u8 > ,
You can’t perform that action at this time.
0 commit comments