Christian Deacon

Results 12 issues of Christian Deacon

Hello, I would like to address an issue with dedicated servers. Currently, any servers running on Linux suffers from a limitation. From what I know, CS:GO servers are suppose to...

Linux
Community Servers

Hi everyone, I was wondering if BCC's Python library supports retrieving a BPF map from the file system (AKA a pinned map). I am loading an XDP program in C...

Hi everyone, I've looked at the Go files in this repository and while I found functions to pin objects/maps themselves from the loaded BPF program with `gobpf`, I wasn't able...

This will allow ICMP replies that aren't forwarded to the game server. This is nice for when you want to debug a POP such as running an MTR or ping...

This pull request is supposed to replace pull request #3. This adds an `rxqueues` config option which can be set to how many RX queues are on the server (the...

As of right now, a socket is created per server and written/read to/from in a separate thread (go routine). Using this tool in environments with many servers, you can reach...

enhancement

Documenting an issue related to client-side React errors when viewing blog article [Setup Steam Link On Raspberry Pi 4](https://deaconn.net/blog/view/setup-steam-link-on-raspberry-pi). ``` Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the...

There are two issues related to type safety when building Deaconn via `next build`. While these errors can be safely ignored and the website will operate without any major issues...

help wanted

Currently, the mod view page doesn't include view or download counts on the global view. This should be added.

This issue documents progress with implementing unique downloads and views tied to users! With that said, we will also be implementing the ability to utilize time frame sorting with these...