On Sat, 21 Jun 2014 11:24:50 +1000 Paul Zanna <[email protected]> wrote:
> How does RYU handle event priorities? For example if 2 applications > register for Packet_In events and both produce Packet_Out responses, do > both applications receive the notification but only one can produce a > response? An event are delivered to both handlers. Ryu doesn't restrict what handlers can do. So both can do Packet_out. ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
