Browse Source

nfqws: increase quic defrag buf

pull/193/head
bol-van 12 months ago
parent
commit
e8f6b89efd
  1. 2
      nfq/desync.c

2
nfq/desync.c

@ -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))
{

Loading…
Cancel
Save