ultramage
ultramage
Regarding #4 from 2014, the author is asking why Clumsy was still causing significant delays even when no functions were enabled. In my testing of 0.3, I've observed that in...
Regarding the processing latency, I don't really know. It could be a combination of factors. I took a slight peek at the code, and noticed that TIMER_RESOLUTION is '4'. This...
Github source code search for 'blogspot' in Mozilla's Firefox repo found https://github.com/mozilla/gecko-dev/blob/master/netwerk/dns/effective_tld_names.dat (and the prepare_tlds.py script which bakes it into a C .inc file), and googling for that filename gave...
I tried deleting all the previous contents first. There's only 1 config left. It also happens to newly created accounts which haven't run WOL before.
I am revisiting this because I had to create 10 new user accounts and every single one of them was hit by this. Today I experimented somewhat, and found that...
Simple, I'm trying to give each user their own individual machines.xml file, each placed in their own user profile. And I need to be able to do this without logging...
Yup, something like that. So right now, the user.config file is not intended to be directly editable, and right now such modifications are not supported (although editing anything but the...
That sounds like you are running into an ARP cache timeout on the router/switch handling that subnet. When you send the WOL packet to a FQDN/IP, the router needs to...
Thank you for fixing. The only small remaining thing is this edit to match PuTTY: ``` diff --- a/src/NetBox/NetBoxEng.lng +++ b/src/NetBox/NetBoxEng.lng @@ -251,7 +251,7 @@ "AES (SSH-2 only)" "DES" "Arcfour...
Problem 3 is caused by the fact that `KEX_COUNT` is used both as the number of available kex protocols, and as the size of `DefaultKexList[]` and `TSessionData::FKex[]`. There are some...