package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev

# Variables

# Structs

Configuration for the default UDP packet writer factory which simply uses the kernel's sendmsg() to send UDP packets.
UdpDefaultWriterFactoryValidationError is the validation error returned by UdpDefaultWriterFactory.Validate if the designated constraints aren't met.
Configuration for the UDP GSO batch packet writer factory.
UdpGsoBatchWriterFactoryValidationError is the validation error returned by UdpGsoBatchWriterFactory.Validate if the designated constraints aren't met.

# Type aliases

UdpDefaultWriterFactoryMultiError is an error wrapping multiple validation errors returned by UdpDefaultWriterFactory.ValidateAll() if the designated constraints aren't met.
UdpGsoBatchWriterFactoryMultiError is an error wrapping multiple validation errors returned by UdpGsoBatchWriterFactory.ValidateAll() if the designated constraints aren't met.