quicat

package
v0.0.0-...-6a354dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActiveQuicConnMode QuicConnMode = iota
	PassiveQuicConnMode
	UnknownQuicConnMode

	ListenQuicSocketBehavior QuicSocketBehavior = iota
	TunnelQuicSocketBehavior
)

Variables

View Source
var EOF = wrapError(io.EOF, true)
View Source
var OperationNotSupported = wrapError(io.ErrNoProgress, true)

Functions

This section is empty.

Types

type Command

type Command struct {
	Urls         []string
	RetryTimeout int
	Quiet        bool
	NextProto    string
	Simultaneous bool
	Verbose      bool
	SignalStream bool

	SrcTls, DstTls TlsConfig
}

func (*Command) Fatalln

func (a *Command) Fatalln(args ...interface{})

func (*Command) Logln

func (a *Command) Logln(args ...interface{})

func (*Command) Main

func (a *Command) Main()

type QuicConnMode

type QuicConnMode int

type QuicSocketBehavior

type QuicSocketBehavior int

type TlsConfig

type TlsConfig struct {
	RootCAs      *x509.CertPool
	ClientCAs    *x509.CertPool
	Certificates []tls.Certificate
	Insecure     bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL