mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-20 22:12:58 +03:00
Compare commits
No commits in common. "63256a142f42dffe242947ce2e971130c2f492c1" and "b996abd5ce22942b09be6b6445c4c9f3dd49d6b3" have entirely different histories.
63256a142f
...
b996abd5ce
@ -1,7 +1,7 @@
|
||||
# Example systemd service unit for nfqws. Adjust for your installation.
|
||||
|
||||
# WARNING ! This unit requires to compile nfqws using `make systemd`
|
||||
# WARNING ! This makefile target enables special systemd notify support.
|
||||
# WARNING ! This makefile target enabled special systemd notify support.
|
||||
|
||||
# PREPARE
|
||||
# install build depends
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Example systemd service unit for tpws. Adjust for your installation.
|
||||
|
||||
# WARNING ! This unit requires to compile tpws using `make systemd`
|
||||
# WARNING ! This makefile target enables special systemd notify support.
|
||||
# WARNING ! This makefile target enabled special systemd notify support.
|
||||
|
||||
# PREPARE
|
||||
# install build depends
|
||||
|
@ -1145,10 +1145,7 @@ static uint8_t dpi_desync_tcp_packet_play(bool replay, size_t reasm_offset, uint
|
||||
{
|
||||
struct desync_profile *dp_prev = dp;
|
||||
|
||||
dp = dp_find(¶ms.desync_profiles, IPPROTO_TCP, (struct sockaddr *)&dst,
|
||||
ctrack_replay ? ctrack_replay->hostname : bHaveHost ? host : NULL,
|
||||
ctrack_replay ? ctrack_replay->l7proto : l7proto,
|
||||
&bCheckDone, &bCheckResult, &bCheckExcluded);
|
||||
dp = dp_find(¶ms.desync_profiles, IPPROTO_TCP, (struct sockaddr *)&dst, ctrack_replay ? ctrack_replay->hostname : host, ctrack_replay ? ctrack_replay->l7proto : l7proto, &bCheckDone, &bCheckResult, &bCheckExcluded);
|
||||
if (ctrack_replay)
|
||||
{
|
||||
ctrack_replay->dp = dp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user