summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 3f21cfa..392c055 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -253,6 +253,7 @@ int main_loop(tun_device_t* dev, udp_t* sock, options_t* opt)
break;
else if(return_value == 2) {
seq_win_clear(&seq_win);
+ seq_nr = 0;
log_printf(NOTICE, "sequence window cleared");
return_value = 0;
}