Wade Simmons

Results 19 issues of Wade Simmons

Sometimes something other than an Error object gets thrown. This patch will use sys.inspect to show what the err object is if err.name is missing (so you can see what...

The current template has the wrong link for the CLA. We have other things we need to update as well, but start with the easy one to fix. Source from:...

These new helpers make the code a lot cleaner and assert that all references of the field are doing atomically. I confirmed that the simple helpers like `atomic.Int64` don't add...

Currently, the delay before starting the punchy.respond attempt is hardcoded to 5 seconds. If you know your host is behind a problematic NAT, you may want to configure this lower....

This change adds support for NIST curve P256. When you use `nebula-cert ca` or `nebula-cert keygen`, you can specify `-curve P256` to enable it. The curve to use is based...

The goal of this work is to send packets between two hosts using more than one 5-tuple. When running on networks like AWS where the underlying network driver and overlay...

slack
needs-defined-net-review
needs-slack-review

This setting allows us to "guess" what the remote might be for a host while we wait for the lighthouse response. For networks that hard designed with in mind, it...

enhancement

This change allows you to configure the firewall to send REJECT packets when a packet is denied. firewall: # Action to take when a packet is not allowed by the...

This change lets you call `mutex-profile-fraction` to set the mutex profile sampling rate, and then `save-mutex-profile` to save the profile to a file on disk. This can be helpful when...

### What version of Go are you using (`go version`)? go1.19.2 ### Does this issue reproduce with the latest release? Yes ### What did you do? Before go1.19, the dev.boringcrypto...

NeedsInvestigation