diff options
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 9c4e8bf..fe4343e 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1363,7 +1363,7 @@ tcp_isn_tick(xtp) isn_offset = projected_offset; isn_offset_old = isn_offset; - callout_reset(&isn_callout, 1, tcp_isn_tick, NULL); + callout_reset(&isn_callout, hz/100, tcp_isn_tick, NULL); INP_INFO_WUNLOCK(&tcbinfo); } |