Remy van Elst
Remy van Elst
You have an itanium box? Cool! Would you share some details on the hardware? Does cmake and a modern (c++ 17) compiler work on OpenVMS?
I was looking into this, but I'm unsure how to proceed code wise. Turning this mechanism inside out (events instead of polling) with this telnet socket (recv / read), I...
> > Some sort of event bus / pubsub with callbacks comes to mind, but is that a direction you want to look into, shall I try to put some...
I saw that you've refactored a few threads to qt threads. Could this be also be done with std::threads? I've got limited experience with std threads, here is an example...
It doesn't looks like the Windows image Github actions uses has pcap included. I'm going to try to build it locally with Windows and PCAP, and if I do get...
Yesterday evening I tried a few things: - A lower delay (every item from 10 to 1) does not make the network go faster nor the error go away -...
Without the sleep (commented out) in the thread, the SRM console gave other errors: ``` Testing the EW* Network*** Error (ewa0), Mop loop message timed out from: 08-00-2b-3b-42-fd*** List index:...
> I'm going to see if I can get netbsd running and try x forwarding there, maybe it makes a difference or help narrow down issues. Saw a report on...
> Networking did work however inside OpenVMS. I'm also going to see if this issue (slowness and crashes) happen on actual hardware (outside of virtualbox) with 2 interfaces. Can confirm...
> the package loss message with some mac-adresses, which I do not know as src and FF-FF-FF-FF-FF-FF as dst. This looks suspiciously like ARP broadcast messages (who-has xxx tell yyy)....