Freedom: Add maxSplit fragment option; Add applyTo noises option (#4998)

This commit is contained in:
patterniha
2025-08-08 01:56:09 +02:00
committed by GitHub
parent 5dce7e4e25
commit cde6e33ec9
4 changed files with 148 additions and 71 deletions

View File

@@ -19,6 +19,8 @@ message Fragment {
uint64 length_max = 4;
uint64 interval_min = 5;
uint64 interval_max = 6;
uint64 max_split_min = 7;
uint64 max_split_max = 8;
}
message Noise {
uint64 length_min = 1;
@@ -26,6 +28,7 @@ message Noise {
uint64 delay_min = 3;
uint64 delay_max = 4;
bytes packet = 5;
string apply_to = 6;
}
message Config {