Hi, BFD packets are being sent with tos = IPTOS_LOWDELAY | IPTOS_THROUGHPUT which would put them in the best-effort class. It would be better if we send with tos = IPTOS_PREC_INTERNETCONTROL so that they can be appropriately prioritized in the network.
Comments? Thanks, Pradeep _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
