Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreedomConnection ¶
type FreedomConnection struct {
// contains filtered or unexported fields
}
func NewFreedomConnection ¶
func NewFreedomConnection(firstPacket v2net.Packet) *FreedomConnection
func (*FreedomConnection) Start ¶
func (vconn *FreedomConnection) Start(ray core.OutboundRay) error
type FreedomFactory ¶
type FreedomFactory struct { }
func (FreedomFactory) Create ¶
func (factory FreedomFactory) Create(vp *core.Point, firstPacket v2net.Packet) (core.OutboundConnectionHandler, error)
func (FreedomFactory) Initialize ¶
func (factory FreedomFactory) Initialize(config []byte) error
Click to show internal directories.
Click to hide internal directories.