nfqws: increase quic defrag buf

This commit is contained in:
bol-van 2024-04-20 21:40:52 +03:00
parent 51c0d1ce3c
commit e8f6b89efd

View File

@ -1166,7 +1166,7 @@ static uint8_t dpi_desync_udp_packet_play(bool replay, uint32_t fwmark, const ch
}
}
uint8_t defrag[sizeof(clean)];
uint8_t defrag[16384];
size_t hello_offset, hello_len, defrag_len = sizeof(defrag);
if (QUICDefragCrypto(pclean,clean_len,defrag,&defrag_len))
{