Fixed bug in dequeuing broadcast frames after they have been

sent via interfaces.
Also some debugging output added.
This commit is contained in:
gardners 2012-04-14 06:31:30 +09:30
parent 167c59d50d
commit 2802a5c042

View File

@ -381,6 +381,7 @@ int overlay_frame_process(int interface,overlay_frame *f)
overlay_rhizome_saw_advertisements(interface,f,now);
break;
case OF_TYPE_DATA:
WHY("saw mdp contianing frame");
overlay_saw_mdp_containing_frame(interface,f,now);
break;
default: