Documentation
¶
Overview ¶
Package viproxy implements a point-to-point TCP proxy that translates between AF_INET and AF_VSOCK. This facilitates communication to and from an AWS Nitro Enclave which constrains I/O to a VSOCK interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tuple ¶
Tuple contains two addresses; one to listen on for incoming TCP connections, and another one to forward TCP data to.
type VIProxy ¶
type VIProxy struct {
// contains filtered or unexported fields
}
VIProxy implements a TCP proxy that translates between AF_INET and AF_VSOCK.
func NewVIProxy ¶
NewVIProxy returns a new VIProxy instance.
Click to show internal directories.
Click to hide internal directories.