You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see the ability for AmneziaWG to specify a range for Junk packet count, Junk packet minimum size and Junk packet maximum size.
So that each time a connection is made, values from a given range are randomly selected.
For example:
Jc = 5-10
Jmin = 40-100
Jmax = 20-250
The text was updated successfully, but these errors were encountered:
Package size is already random.
You can look at it as:
Jsize = Jmin-Jmax
If you specify that:
Jmin=40-100 and Jmax=50-250
it would still generate Jsize=40-250. The only difference would be that rarely all packages would be closer in size to each other which would make it easier to detect awg usage.
I would like to see the ability for AmneziaWG to specify a range for Junk packet count, Junk packet minimum size and Junk packet maximum size.
So that each time a connection is made, values from a given range are randomly selected.
For example:
Jc = 5-10
Jmin = 40-100
Jmax = 20-250
The text was updated successfully, but these errors were encountered: