8bcf1a74a9
This gets a number of improvements: * Fixed a missing case where gossip would stop flowing to dead nodes for a short while. * Uses the go-sockaddr library to look for private IP addresses, which prefers non-loopback private addresses over loopback ones when trying to automatically determine the advertise address. * Properly seeds Go's random number generator using the seed library. * Serf snapshots no longer have the executable bit set on thie file.
6 lines
130 B
Go
6 lines
130 B
Go
/*
|
|
Package sockaddr is a Go implementation of the UNIX socket family data types and
|
|
related helper functions.
|
|
*/
|
|
package sockaddr
|