mirror of https://github.com/M66B/NetGuard.git
parent
cde04f9829
commit
741da619e1
|
@ -2437,7 +2437,7 @@ jboolean handle_tcp(const struct arguments *args,
|
|||
return 0;
|
||||
}
|
||||
else {
|
||||
if (ntohl(tcphdr->ack_seq) == cur->local_seq) {
|
||||
if (!tcphdr->ack || ntohl(tcphdr->ack_seq) == cur->local_seq) {
|
||||
if (tcphdr->syn) {
|
||||
log_android(ANDROID_LOG_WARN, "%s repeated SYN", session);
|
||||
// The socket is likely not opened yet
|
||||
|
|
Loading…
Reference in New Issue