|
@@ -244,7 +244,7 @@ fn test_echo_request_sixlowpan_128_bytes() {
|
|
|
);
|
|
|
|
|
|
assert_eq!(
|
|
|
- device.queue.pop_front().unwrap(),
|
|
|
+ device.tx_queue.pop_front().unwrap(),
|
|
|
&[
|
|
|
0x41, 0xcc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2, 0x2, 0x2,
|
|
|
0x2, 0x2, 0x2, 0x2, 0xc0, 0xb0, 0x5, 0x4e, 0x7a, 0x11, 0x3a, 0x92, 0xfc, 0x48, 0xc2,
|
|
@@ -261,7 +261,7 @@ fn test_echo_request_sixlowpan_128_bytes() {
|
|
|
iface.poll(Instant::now(), &mut device, &mut sockets);
|
|
|
|
|
|
assert_eq!(
|
|
|
- device.queue.pop_front().unwrap(),
|
|
|
+ device.tx_queue.pop_front().unwrap(),
|
|
|
&[
|
|
|
0x41, 0xcc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2, 0x2, 0x2,
|
|
|
0x2, 0x2, 0x2, 0x2, 0xe0, 0xb0, 0x5, 0x4e, 0xf, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d,
|
|
@@ -415,7 +415,7 @@ In at rhoncus tortor. Cras blandit tellus diam, varius vestibulum nibh commodo n
|
|
|
iface.poll(Instant::now(), &mut device, &mut sockets);
|
|
|
|
|
|
assert_eq!(
|
|
|
- device.queue.pop_front().unwrap(),
|
|
|
+ device.tx_queue.pop_front().unwrap(),
|
|
|
&[
|
|
|
0x41, 0xcc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2, 0x2, 0x2,
|
|
|
0x2, 0x2, 0x2, 0x2, 0xc0, 0xb4, 0x5, 0x4e, 0x7e, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|
@@ -430,7 +430,7 @@ In at rhoncus tortor. Cras blandit tellus diam, varius vestibulum nibh commodo n
|
|
|
);
|
|
|
|
|
|
assert_eq!(
|
|
|
- device.queue.pop_front().unwrap(),
|
|
|
+ device.tx_queue.pop_front().unwrap(),
|
|
|
&[
|
|
|
0x41, 0xcc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2, 0x2, 0x2,
|
|
|
0x2, 0x2, 0x2, 0x2, 0xe0, 0xb4, 0x5, 0x4e, 0xf, 0x6f, 0x72, 0x74, 0x6f, 0x72, 0x2e,
|