Dave Collins
Dave Collins
Howdy. I just looked through the repo and I don't see anything to regenerate it. I imagine the original author had some code to generate it initially, but I don't...
This is a reasonable option I think. It would be based off the zero value, imo.
I don't believe there is anyone working on it. I'm only in maintenance mode on this at the moment to ensure continues to work as Go is updated. That said,...
Is there any reason `spew.Printf` won't suffice if you don't want the full behavior or `spew.Dump`? I'm not opposed to adding configuration options that are useful, but it seems like,...
I'll look into this. I not sure if it's going to be possible though since I don't believe the `fmt.Print` family of functions invoke the `Formatter` interface when given `%T`,...
Thanks for the PR. I'll review it this weekend.
The first point makes sense and I agree with your assessment regarding the single-way ping limitation for the "pong peer". I'll work on implementing this shortly.
I was looking at this today and noticed that it will unfortunately break the ping related statistics for inbound peers. Notably the `LastPingTime`, and `LastPingMicros` the latter of which is...
After thinking on it a little more, while I'm fairly confident not introducing a new message and reusing pong for the ack would work, I've come to the conclusion that...
Everything is on an entirely new hash function now so this doesn't apply anymore. Closing.