OLSR / OONF

OLSR.org Network Framework - olsrd v2 / DLEP
55 stars 35 forks source link

Per-interface tc_* parameters ignored #37

Closed fredleb closed 2 years ago

fredleb commented 2 years ago

It is possible to define per-interface hello* parameters, which comes in handy for very slow interfaces. Is it possible for tc* parameters ?

HRogge commented 2 years ago

Unfortunately no... Hellos only travel a single hop, so each router controls the outgoing rate on each interface.

But TCs are flooded through the network, so the outgoing rate depends on the size of the network and the configuration of all routers.

fredleb commented 2 years ago

Could the tc flooding be delayed until a timer is reached and/or newly arriving tc packet consolidated before being propagated ?

HRogge commented 2 years ago

You will have to test this out for your scenario...