Hurricos / realtek-poe

5 stars 10 forks source link

Some MCU commands are used inefficiently #18

Closed mrnuke closed 2 years ago

mrnuke commented 2 years ago

The following MCU commands take a list of ports:

realtek-poe is sending only one port per command. The issue is we're sending up to 192 config packets for a 24-switch port. That could drop to 66 by shoving more than one port per packet. I suspect this might help with #10 and #13.

Further optimizations

mrnuke commented 2 years ago

FIxed by #19