[Tinyos-help] why we need a MessagePool in forward() function in CTPForwardingEngine ?

2008-06-05 Thread 贾鹏
Hi there, I' m scrutinizing the CTPForwardingEngine now, I'm little confused by the function forward(); I realize the QEntryPool is necessary, for it will put a new recieved packet into the queue. But I cannot understand the function of MessagePool. Everytime it grab a space from this pool and

Re: [Tinyos-help] why we need a MessagePool in forward() function in CTPForwardingEngine ?

2008-06-05 Thread Omprakash Gnawali
On Thu, Jun 5, 2008 at 3:04 PM, 贾鹏 [EMAIL PROTECTED] wrote: Hi there, I' m scrutinizing the CTPForwardingEngine now, I'm little confused by the function forward(); I realize the QEntryPool is necessary, for it will put a new recieved packet into the queue. But I cannot understand the