kytos-ng / sdntrace

Napp that traces OpenFlow paths in the dataplane
https://kytos-ng.github.io/api/sdntrace.html
GNU Lesser General Public License v3.0
0 stars 6 forks source link

PacketOut should be sent with priority to minimize potential starvation issues #21

Closed viniarck closed 2 years ago

viniarck commented 2 years ago

KytosEvent PacketOut should be sent with priority on msg_out to minimize potential starvation issues:

https://github.com/kytos-ng/sdntrace/blob/master/backends/openflow13.py#L65

This is similar to what is being done for of_lldp on this PR https://github.com/kytos-ng/of_lldp/pull/54