Hello,
I encountered this problem with Mininet:
(2000.00Mbit 1ms delay) (1000.00Mbit 1ms delay) *** Error: Warning: sch_htb: quantum of class 50001 is big. Consider r2q change.
OVS13Switch = partial(OVSSwitch, protocols='OpenFlow13')
net = Mininet_wifi(link=TCLink, switch=OVS13Switch, controller=RemoteController)
c0 = net.addController('c0', controller=RemoteController, ip='127.0.0.1', port=6633)
Is there any solution, please?