diff options
Diffstat (limited to 'common/router1.h')
-rw-r--r-- | common/router1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/router1.h b/common/router1.h index a184cbe7..80d7aa96 100644 --- a/common/router1.h +++ b/common/router1.h @@ -33,6 +33,10 @@ struct Router1Cfg : Settings bool cleanupReroute; bool fullCleanupReroute; bool useEstimate; + delay_t wireRipupPenalty; + delay_t netRipupPenalty; + delay_t reuseBonus; + delay_t estimatePrecision; }; extern bool router1(Context *ctx, const Router1Cfg &cfg); |