Hi, I have a question about packet-in message processing chain in POX.
So if one specifies a 'sequential' ordering of packet processing (through setting component listener's priority), does each component receive the same copy of the packet (i.e., initial packet_in), or does each can get the packet as (potentially) modified by the previous component? Thanks, Joon