Versions in this module Expand all Collapse all v0 v0.3.2 Oct 4, 2014 Changes in this version + type Listener struct + Sink chan *Session + func Listen(addr *net.TCPAddr, key *rsa.PrivateKey) (*Listener, error) + func (l *Listener) Accept(timeout time.Duration) + func (l *Listener) Close() error + type Session struct + CtrlLink *link.Link + DataLink *link.Link + func Dial(host string, port int, key *rsa.PrivateKey) (*Session, error) + func (s *Session) Close() error + func (s *Session) Start(cap int)