Documentation ¶
Index ¶
- func DisableBackgroundQoS(config *uplink.Config, disabled bool)
- func SetConnectionPool(ctx context.Context, config *uplink.Config, pool *rpcpool.Pool) error
- func SetMaximumBufferSize(config *uplink.Config, maximumBufferSize int)
- func SetSatelliteConnectionPool(ctx context.Context, config *uplink.Config, pool *rpcpool.Pool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableBackgroundQoS ¶ added in v1.13.0
DisableBackgroundQoS sets disableBackgroundQoS in config.
func SetConnectionPool ¶
SetConnectionPool configures connection pool on the passed in config. If argument pool is nil, it will clear the pool on the config.
func SetMaximumBufferSize ¶ added in v1.8.0
SetMaximumBufferSize sets maximumBufferSize in config.
func SetSatelliteConnectionPool ¶ added in v1.11.0
func SetSatelliteConnectionPool(ctx context.Context, config *uplink.Config, pool *rpcpool.Pool) error
SetSatelliteConnectionPool configures connection pool (for satellite) on the passed in config. If argument pool is nil, it will clear the pool on the config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.