[pox-dev] Where is the corresponding source code for the following Object.

2014-04-16 Thread Shiyao Ma
Hi. I am following https://github.com/noxrepo/pox/blob/carp/pox/forwarding/l2_learning.py#L121 I wonder where is the corresponding source for that event obj (The relevant class definition), so I can know what the event.attr stands for and how many attrs the event has. Also, I'd like to know the

Re: [pox-dev] Where is the corresponding source code for the following Object.

2014-04-16 Thread Shiyao Ma
Thanks and especially for the three methods. Regards. 2014-04-17 4:50 GMT+08:00 Murphy McCauley murphy.mccau...@gmail.com: On Apr 16, 2014, at 3:27 AM, Shiyao Ma i...@introo.me wrote: Hi. I am following https://github.com/noxrepo/pox/blob/carp/pox/forwarding/l2_learning.py#L121 I

[pox-dev] How's the event loop for pox?

2014-05-03 Thread Shiyao Ma
Hi. IIUC, pox maintains an event loop and listens to the events like Timer or packet in from switches. Is that right? So if the event loop manager (like the reactor in Twisted) is in some time consuming function, then the handlers for packet-in requests will be queued and then invoked after the