mathew
mathew
OK, found the cause of that: net.SplitHostPort returns an error if there's no port to split off. ``` @@ -728,10 +728,15 @@ func (c *Client) procesMessagePake(m message.Message) (err error) {...
Yes, at least for LAN-connected systems. Needs some testing across the Internet next, I guess.
Hmm, I'd be interested to know what the issues are that local IPv6 discovery causes.
At first glance it doesn't look as if `schollz/peerdiscovery` is implementing neighbor advertisement validation and Neighbor Unreachability Detection [as detailed in RFC 4861](https://tools.ietf.org/html/rfc4861#page-59). It's possible that validation would eliminate the...
Confirmed, seems to work on test files. Go binaries show up as already compressed, which I'm not entirely convinced by, but maybe the linker is that smart?
A Mac executable built using `go build`. Looks like a failure to compress is being reported incorrectly: ``` meta@updog % afsctool -v mage /Users/meta/Programming/Go/bin/mage: File is not HFS+/APFS compressed. File...
Well, I had to zip it, but here you are. [mage.zip](https://github.com/RJVB/afsctool/files/3286769/mage.zip)
I unzipped the zip file and tried compressing the unpacked copy and it still wouldn't compress: ``` % afsctool -c mage Unable to compress file (already compressed). % afsctool --help...
With ZLIB, same results as you, so maybe the root problem is that the build doesn't have LZVN enabled.
Everything built and installed with no problems, thanks.