Jordan Whited

Results 14 issues of Jordan Whited

mp ipv4/ipv6 and add path to start

enhancement

with this config: ``` .:5353 { debug wgsd example.com. wg0 { self } } ``` querying for the host info returns: ``` % dig @ -p 5353 xmgkylsmekjzm7vkc3maxxfvvjf3mpayf6uj4fwwu66tf4hltzpq====._wireguard._udp.example.com. SRV [...]...

bug

Docs generation is currently in `internal/docs` today.

enhancement
configuration

bcc.Table/TableIterator API can only operate on elements for one map. Could these be extended to support per-cpu maps? kernel sample: https://github.com/torvalds/linux/commit/3059303f59cf90a84e7fdef154ff0b215bcfaa97

Starting with v2.0 watchers are no longer exported. If we were previously watching peer state changes and update messages on a single channel we now have to invoke 2 RPCs,...

Updates #3918 ## Description Builds fail on Linux with more recent versions of GCC (12/13) due to: ``` /home/jwhited/msquic/src/inc/msquichelper.h:268:28: error: writing 16 bytes into a region of size 0 [-Werror=stringop-overflow=]...

Area: Build
OS: Ubuntu

### Describe the bug Building @ HEAD on Ubuntu 23.04 w/gcc 12.3.0 fails with: ``` /home/jwhited/msquic/src/inc/msquichelper.h:268:28: error: writing 16 bytes into a region of size 0 [-Werror=stringop-overflow=] 268 | HexString[i*2...

Area: Build
OS: Ubuntu
external