Correctly print SEQ and IRS in the corresponding log message in
syncache_expand().
This commit is contained in:
parent
3022d78f56
commit
1f939165ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170385
@ -843,7 +843,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
|
||||
if (th->th_seq != sc->sc_irs + 1) {
|
||||
if ((s = tcp_log_addrs(inc, th, NULL, NULL)))
|
||||
log(LOG_DEBUG, "%s; %s: SEQ %u != IRS+1 %u, segment "
|
||||
"rejected\n", s, __func__, th->th_ack, sc->sc_iss);
|
||||
"rejected\n", s, __func__, th->th_seq, sc->sc_irs);
|
||||
goto failed;
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user