Jeff Anderson

Results 23 issues of Jeff Anderson

The function signature for ecx_init_redundant is currently ```c int ecx_init_redundant(ecx_contextt *context, ecx_redportt *redport, const char *ifname, char *if2name); ``` Shoudn't this instead be ```c int ecx_init_redundant(ecx_contextt *context, ecx_redportt *redport, const...

### Use Case Similar to https://github.com/influxdata/telegraf/issues/15208 (accommodating temporary high-write bursts to and influxdb instance) Sometimes the newest data is more important to keep than the oldest data (if your computer...

help wanted
feature request
size/m

### Use Case The telegraf buffer is sometimes used to temporarily accommodate high write rates to an influxdb instance. Sometimes it is preferred to see the newest data in influxdb...

help wanted
feature request
size/m

My iomap size appears incorrect as returned from `ecx_config_overlap_map_group`. I am using `ecx_config_overlap_map_group(0)` to produce my iomap, which returns `66`. Here are stats from my slavelist (in bytes): ``` 0...

I am wrapping SOEM in a higher level language and I would like to dynamically allocate the iomap. Is this the suggested methodology to determine the required iomap size at...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...

Issue: Bug

### Description It looks like firefox cannot connect to the websocket while other browsers can. I believe this issue has been present for a few months. This issue seems to...

help wanted

### Zig Version 0.14.0-dev.66+1fdf13a14 ### Steps to Reproduce and Observed Behavior The docs say packed structs have defined in-memory layout but do not fully describe what that in-memory layout is,...

docs

### Zig Version 0.14.0-dev.66+1fdf13a14 ### Steps to Reproduce and Observed Output run `zig build test` modify a file to trigger cache miss run `sudo /path/to/zig/executable build test` modify a file...

zig build system
error message

### Zig Version 0.14.0-dev.66+1fdf13a14 ### Steps to Reproduce and Observed Behavior I am attempting to do some raw packet stuff with network interfaces, so I wanted to set promiscuous mode...

enhancement
standard library
os-linux