Heikki Hannikainen

Results 17 issues of Heikki Hannikainen

Implement kqueue support in xpoll.c - speed up the server on BSD and Darwin when a _lot_ of clients are connected.

enhancement

When uplink connections fail through timeout, some packet flow hangs seem to occur; workers get internally delayed packets. Is a lock being held or something? Probably the worker was stuck...

bug

SCTP is somewhere between UDP and TCP, and it's properties seem to fit the APRS-IS requirements pretty well. Should implement SCTP support in aprsc, starting with client listener so that...

enhancement

The Server: header is only inserted for requests which are actually handled by aprsc. For 404 responses or Method not allowed responses it is not included.

bug

Munin plugin should provide sensible limits which could be used for automatically alerting the sysop when something is wrong.

enhancement

Currently a single misbehaving client can create hundreds or thousands of connections to the server and consume file descriptor & memory resources or simply fill the maxclients setting for the...

enhancement

This pull request should implement https://wiki.strongswan.org/issues/2077 - a configurable timer to prevent a recently-freed pool address from being assigned quickly to a different client. Currently defaults to 0 seconds/off, but...

Someone just configured heartbeat-timeout 10, and then asked me why aprsc is rejecting the aprx. Turned out that aprx was disconnecting due to the timeout every 10 seconds, since APRS-IS...

I'm guessing this bug was introduced in commit 0e5c89e250567c. I have a hostname with a couple of IPv4 addresses and an IPv6 address: igates.aprs.fi has address 85.188.1.122 igates.aprs.fi has address...

bug

I'm trying to use the parser at the 2500 packets/second OGN feed, and it doesn't work out, it's too slow. I did a few obvious fixes and optimisations, but I...