mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-11 00:02:57 +03:00
Compare commits
No commits in common. "9de7b66eef217fd5a47c9a2adc3b556700326b54" and "60b97dbed08f632eab88d6c4bdb1a11502546c49" have entirely different histories.
9de7b66eef
...
60b97dbed0
@ -1,7 +1,7 @@
|
||||
debian,ubuntu :
|
||||
|
||||
apt install make gcc zlib1g-dev libcap-dev libnetfilter-queue-dev libsystemd-dev
|
||||
make -C /opt/zapret systemd
|
||||
apt install make gcc zlib1g-dev libcap-dev libnetfilter-queue-dev
|
||||
make -C /opt/zapret
|
||||
|
||||
FreeBSD :
|
||||
|
||||
|
@ -2020,7 +2020,7 @@ static uint8_t dpi_desync_udp_packet_play(bool replay, size_t reasm_offset, uint
|
||||
}
|
||||
else
|
||||
{
|
||||
DLOG("QUIC initial contains CRYPTO with partial fragment coverage\n");
|
||||
DLOG("QUIC initial contains CRYPTO without full fragment coverage\n");
|
||||
if (ctrack)
|
||||
{
|
||||
if (ReasmIsEmpty(&ctrack->reasm_orig))
|
||||
|
Loading…
x
Reference in New Issue
Block a user