Heikki Hannikainen
Heikki Hannikainen
Hi, No immediate ideas, I haven't seen or heard this happening elsewhere. Perhaps somehow the DNS resolver stub library was incorrectly configured when aprsc started up (resolv.conf, nsswitch.conf, etc), and...
Hi @snip, Is /etc/resolv.conf generated at boot time somehow? Perhaps it's got incorrect contents, or it is empty, when aprsc starts up, and then gets filled up. The boot order...
I just noticed this PR contains multiple different unrelated changes; it would be easier to review and consider separate independent and non-related changes if they were separate PRs. It should...
Hi, as you can see from the automatic test runs by Travis, the behaviour changes so that the existing tests fail. Please run the test suite (cd tests; make test)...
The UDP load test is a bit flaky, it floods the server with packets and on some systems so fast that the UDP socket buffers overflow a bit. The test...
Yep, on some systems it's sporadic, sometimes happens and sometimes doesn't. The test should have a bit of flow control to avoid overflowing the UDP socket buffers.
It might be good for the server to provide both a machine-readable, documented error code in the login reply, as well as a human-readable english string, so that the client...
SCTP uplinks and listeners now work on some level. Socket configuration is still not optimal: unordered delivery and retry timers should be configured. SCTP-specific statistics need to be implemented.
I would recommend using monotonic time instead of wall-clock time for scheduling beacons and other similar timers which do not need to be tied to wall-clock time. Monotonic time, available...
I guess nobody wrote the updated formal spec yet? @mobilinkd ? I was just thinking I might do it if nobody else did. It'd be good to have it out...