[Unstrung-hackers] Problem running sunshine on RPI2
Marcin Aronowski
marcin.aronowski at gmail.com
Fri May 12 09:55:58 EDT 2017
pt., 12 maj 2017 o 15:23 użytkownik Michael Richardson <mcr at sandelman.ca>
napisał:
> Marcin Aronowski <marcin.aronowski at gmail.com> wrote:
> mcr> You saw unicase DIS messages going out? I did not.
> mcr> I am hoping to be able to spend more time on this starting Sunday.
>
> > I saw multicast DIOs being sent but only when I use gdb to debug the
> > program.
>
> Stranger and stranger.
>
>
>
Well, I was surprised as well ;) To make it even better I had to step into
network_interface::main_loop() to get it sent. Some magic happens here...
1085 rpl_event *re = NULL;
(gdb)
1086 while(things_to_do.size() > 0 && (re =
things_to_do.peek_event()) != NULL) {
(gdb)
1087 if(re->passed(now)) {
(gdb)
1088 things_to_do.eat_event();
(gdb)
1089 re->inQueue = false;
(gdb)
1090 if(re->doit()) {
(gdb)
invoked doit(send_dio) on rpl_event (if_name=none)
iface lowpan0 sending dio about dag: 35/[dead::]
sending DIO on if: lowpan0 for prefix: 2001:470:614a:dead::/64
Starting setup for lowpan0
1091 re->requeue(things_to_do, now);
(gdb)
Capturing on 'lowpan0'
1 0.000000 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
2 0.529989 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
3 137.099995 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
4 137.270018 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
5 151.749959 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
6 151.939906 fe80::1ac0:ffee:1ac0:ffee -> ff02::16 ICMPv6 92
Multicast Listener Report Message v2
7 196.963893 fe80::1ac0:ffee:1ac0:ffee -> ff02::1a ICMPv6 120 RPL
Control (DODAG Information Object)
--
m
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sandelman.ca/pipermail/unstrung-hackers/attachments/20170512/7474e1f1/attachment.html>
More information about the Unstrung-hackers
mailing list