mirror of
https://github.com/ValdikSS/GoodbyeDPI
synced 2025-08-31 22:35:18 +00:00
Show fragmentation value issues only when Window Size is used
This commit is contained in:
@@ -826,7 +826,7 @@ int main(int argc, char *argv[]) {
|
|||||||
do_wrong_chksum, do_wrong_seq
|
do_wrong_chksum, do_wrong_seq
|
||||||
);
|
);
|
||||||
|
|
||||||
if (do_fragment_http && http_fragment_size > 2) {
|
if (do_fragment_http && http_fragment_size > 2 && !do_native_frag) {
|
||||||
printf("WARNING: HTTP fragmentation values > 2 are not fully compatible "
|
printf("WARNING: HTTP fragmentation values > 2 are not fully compatible "
|
||||||
"with other options. Please use values <= 2 or disable HTTP fragmentation "
|
"with other options. Please use values <= 2 or disable HTTP fragmentation "
|
||||||
"completely.\n");
|
"completely.\n");
|
||||||
|
Reference in New Issue
Block a user