Documentation
¶
Overview ¶
Package pptp contains an implementation of a PPTP VPN server that is specifically intended to allow IPX protocol games to be played from old Windows 9x machines. It is deliberately limited in scope and functionality, lacking many of the features commonly found in most PPTP implementations that are not necessary for its intended function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func (*Connection) Close ¶
func (c *Connection) Close() error
Click to show internal directories.
Click to hide internal directories.