Nick Hainke

Results 47 issues of Nick Hainke

### Enhancement Microphone pass-through sounds terrible. ### What did you do? Setup: 2 PS 2 microphones. Enable microphone pass-through. Sing. Now the voice is clipped. The quality is comparable to...

Enhancement
Has Workaround

## Checklist for submitting a pull request to `Movies For Hackers`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/CONTRIBUTING.md) of this repo. - [x] I have...

enhancement
endorsement-needed

Is it possible to add a delay to packages? So I can just replace `tc` and `netem`?

Is there a way to write into the kernel table? The only option currently that I see is to poll a map from userspace and do a write then, or?

Is there an easy way to simulate and test my functions? I want to play around with IPv6 headers and it would be easier to do the parsing and testing...

Thanks for making this awesome tutorials! I try using ebpf on OpenWrt. I can easily cross compile the ebpf programms with changing the Makefile target to `bpfeb`. I can even...

Steps to reproduce: 1. wget https://downloads.openwrt.org/snapshots/targets/bcm63xx/generic/openwrt-sdk-bcm63xx-generic_gcc-11.3.0_musl.Linux-x86_64.tar.xz 2. tar -xvf openwrt-sdk-bcm63xx-generic_gcc-11.3.0_musl.Linux-x86_64.tar.xz 3. ./scripts/feeds update base 4. ./scripts/feeds install xdp-tools 5. make package/xdp-tools/compile -j1 V=s ``` make[3]: Entering directory '/home/nick/Downloads/openwrt-sdk-bcm63xx-generic_gcc-11.3.0_musl.Linux-x86_64/build_dir/target-mips_mips32_musl/xdp-tools-1.2.5' lib libxdp...

I try to cross-compile your tool for OpenWrt. Since u use reallocarray and similar functions you enable `#define _GNU_SOURCE`. I would assume that everyhing is correct, but it still fails...

Update libnftnl and nftables to latest version.

With the 5.16 update iproute2 rewrote its configure logic. Revert back to 5.15 behavior since it is not compatible with the OpenWrt toolchain. This commit adds the patch: - 100-revert-to-5-15-configure.patch...