diff options
author | Florin Coras <fcoras@cisco.com> | 2018-07-02 01:30:51 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-07-03 09:17:33 +0000 |
commit | 208daa1adb8069083b67a36e9f16ac27373fa5bf (patch) | |
tree | 4d973bbc680b13019af1d971ba07d7290ce92247 /src/vppinfra/tw_timer_template.c | |
parent | 926b564d650700213f40b03394fdb12e45496246 (diff) |
tcp: update snd_una_max for retranmsits
Change-Id: I0573d0aff39581bba96e610228a10ae923a8ca06
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vppinfra/tw_timer_template.c')
-rw-r--r-- | src/vppinfra/tw_timer_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/tw_timer_template.c b/src/vppinfra/tw_timer_template.c index da40e2c0b3e..c96c329c931 100644 --- a/src/vppinfra/tw_timer_template.c +++ b/src/vppinfra/tw_timer_template.c @@ -157,7 +157,7 @@ timer_remove (TWT (tw_timer) * pool, TWT (tw_timer) * elt) elt->prev = elt->next = ~0; } -static void +static inline void timer_add (TWT (tw_timer_wheel) * tw, TWT (tw_timer) * t, u64 interval) { #if TW_TIMER_WHEELS > 1 |