Matt Layher

Results 34 issues of Matt Layher

Per the discussions with @danderson in #1, there is a need to enable sending/receiving NAT-PMP (and later PCP) messages over a single multiplexed UDP socket. I think the best way...

Hey @bradfitz, I assume you had to do something special on your end to make inet.af/netaddr work. Would you mind doing the same for inet.af/nat/* when it's convenient for you...

A problem I've run into a fair amount is dealing with APIs which only accept a maximum number of inputs at once, though I may have more than that number...

Proposal
Proposal-Accepted

The folks at Talos Systems (CC @smira) are setting up a manual ethtool genetlink watcher, but it'd be very reasonable for us to provide a nicer interface in this package...

We should replicate this in Go: ``` $ avahi-browse -d local _elg._tcp -t + lan0 IPv6 Elgato Key Light F6DC _elg._tcp local + lan0 IPv4 Elgato Key Light F6DC _elg._tcp...

An analogous change to https://github.com/mdlayher/raw/pull/40 should be made for BSD, eliminating the need for a read loop with sleeps in the middle.

enhancement
help wanted

As we've seen so far, it can be difficult to account for all of the various platform-specific APIs. This will enable maximum control for callers of this library.

help wanted

See https://github.com/mdlayher/multinet/issues/1.

Using the same client forever results in problems if its connectivity is disrupted. Adopt a similar strategy to my other exporters and make a new client and collectors on each...

enhancement