summaryrefslogtreecommitdiff
path: root/src/irmd/reg/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/reg/flow.c')
-rw-r--r--src/irmd/reg/flow.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/irmd/reg/flow.c b/src/irmd/reg/flow.c
index 63c9199b..61e2a14b 100644
--- a/src/irmd/reg/flow.c
+++ b/src/irmd/reg/flow.c
@@ -172,8 +172,9 @@ int reg_flow_update(struct reg_flow * flow,
assert(flow->info.n_pid != 0);
assert(info->mpl != 0);
- flow->info.mpl = info->mpl;
- flow->info.mtu = info->mtu;
+ flow->info.mpl = info->mpl;
+ flow->info.mtu = info->mtu;
+ flow->info.max_rtt = info->max_rtt;
if (flow->info.state == FLOW_ALLOC_PENDING)
break;