ikiris
ikiris
Go default config handles ciphers now correctly and has for some time. Cert management is not complicated, its dead simple to generate a self signed if none are selected, and...
or at least panic quit from the manager so autostart can work :)
console log from the time period: https://pastebin.com/uWrGfCRd
ideally you'd try X times to restart within a given timewindow. Human action shouldn't ever be nessecary to handle events.
That is the gold standard exponential back off. Go should have a library for it since that's the expected wait handling for rpc errors at Google. Edit: maybe https://pkg.go.dev/github.com/cenkalti/backoff/v4
Yes. The difference is before if the current level of fort is 2m and expected to be 20m, and a nuke lands: prior) each priority structure will be brought up...
I understand you fixed (well patched, it still has issues with pps) the displayed issue by bumping up the effective "tx ring" size to 16 instead of 1 in the...
The point of wanting KSM is not in a single dynamips process, but to be able to share across all of them. For example if I have 50+ routers loaded,...
To my knowledge, KSM has no such requirement for VT extensions. I think you might be conflating KSM and KVM, due to how KSM originally came about. The KSM functionality...
I wouldn't do timeout based on packet events as to up/down. It's better to leave it up than false positive if you can't do event based detection on the far...