import "github.com/katzenpost/server/internal/constants"
Package constants defines internal constants for the Katzenpost server.
const ( // NumMixKeys is the number of mix keys to generate/publish. NumMixKeys = 3 // KeepAliveInterval is the TCP/IP KeepAlive interval. KeepAliveInterval = 3 * time.Minute )
Package constants imports 1 packages (graph) and is imported by 6 packages. Updated 2018-01-23. Refresh now. Tools for package owners.