Remove flex scanner, use scanner from fastd (with lots of adjustions)
This commit is contained in:
parent
dd87d59f47
commit
9156910508
9 changed files with 493 additions and 309 deletions
|
@ -1,15 +1,15 @@
|
|||
protocol "babel" load "./libmmss_proto_babel.so" default;
|
||||
|
||||
network "net0" {
|
||||
etx min 1.0 max 5.0 sine period 15m;
|
||||
etx min 1.0 max 5.0 sine period 15 m;
|
||||
}
|
||||
|
||||
network "net1" {
|
||||
etx min 1.0 max 5.0 sine period 15m phase 5m;
|
||||
etx min 1.0 max 5.0 sine period 15 m phase 5 m;
|
||||
}
|
||||
|
||||
network "net2" {
|
||||
etx min 1.0 max 5.0 sine period 15m phase 10m;
|
||||
etx min 1.0 max 5.0 sine period 15 m phase 10 m;
|
||||
}
|
||||
|
||||
node "node1" {
|
||||
|
|
Reference in a new issue