package
3.50.2+incompatible
Repository: https://github.com/gopherty/v2ray-core.git
Documentation: pkg.go.dev

# Functions

CloseError invokes CloseError() method if the object is either Reader or Writer.
DiscardOverflow returns an Option for Pipe to discard writes if full.
New creates a new Reader and Writer that connects to each other.
OptionsFromContext returns a list of Options from context.
WithoutSizeLimit returns an Option for Pipe to have no size limit.
WithSizeLimit returns an Option for Pipe to have the given size limit.

# Structs

Reader is a buf.Reader that reads content from a pipe.
Writer is a buf.Writer that writes data into a pipe.

# Type aliases

Option for creating new Pipes.