# Functions
NewConfig generates random configuration data for the session using the given prng.
NewConfigFile creates a temporary file containing the given session configuration and returns the path to it.
NewConfigFileT is the test friendly version of NewConfigFile.
NewConfigT is the test friendly version of NewConfig.
NewUserConfig returns a test user configuration with random data generated using the given rng.
NewUserConfigT is the test friendly version of NewUserConfig.
# Constants
PeerReconnTimeout is the suggested value for peer reconnection timeout for use in test environments.
ResponseTimeout is the suggested value for peer response timeout for use in tests.