Bohdan Ivashko
Bohdan Ivashko
unless you run it with sudo this is kinda to be expected, see packetgen reference [here](https://github.com/Arriven/db1000n/blob/main/docs/configuration.md) you should be able to see in the logs how many jobs were started...
apparently, this feature is not supported in windows itself, see relevant issue for the go runtime https://github.com/golang/go/issues/6786
I think I've implemented it in https://github.com/Arriven/db1000n/commit/9fbca3f1cc29d8a1e67655886f0ed57b6f9a1240 but it needs some additional testing @deputinizer you were the one who initially requested the feature, can you check if this implementation has...
Yeah, I'm not looking to implementing that on windows, just wanted to ensure that it works properly on unix without BindToDevice
Thanks! Will take a look shortly
Note: tls support over tcp is added in 66a620360432462064f3be19a532cbb688768b47 but ideally we still want to be able to send tls payload over raw connections
http support added in https://github.com/Arriven/db1000n/commit/fa3d25fe832bc0a7bb92a09402313faf10a13da1
I'm not sure if it would be very useful but I certainly wouldn't mind if someone were to make a mobile version. The only note I have is that it...
The way I see it: you download android app once (or at least less frequently) and maintainer of that app regularly check for compatibility between the app and latest version...
> @roman-kruglov , I managed to build `fyne` app from https://github.com/Arriven/db1000n/discussions/465 and contacted code owner. Probably it is quickest solution and we will be able to merge it to upstream....