package
0.0.0-20240605145135-70feac92938f
Repository: https://github.com/getstream/quic-go.git
Documentation: pkg.go.dev

# Functions

NewQuicProxy creates a new UDP proxy.

# Constants

DirectionBoth is both incoming and outgoing.
DirectionIncoming is the direction from the client to the server.
DirectionOutgoing is the direction from the server to the client.

# Variables

NoDelay doesn't apply a delay.
NoDropper doesn't drop packets.

# Structs

Opts are proxy options.
QuicProxy is a QUIC proxy that can drop and delay packets.

# Type aliases

DelayCallback is a callback that determines how much delay to apply to a packet.
Direction is the direction a packet is sent.
DropCallback is a callback that determines which packet gets dropped.