Versions in this module Expand all Collapse all v0 v0.0.2 Dec 13, 2023 Changes in this version + const FASTPATH_ACTION_FASTPATH + const FASTPATH_ACTION_X224 + type TPKT struct + Conn *core.SocketLayer + func New(s *core.SocketLayer, ntlm *nla.NTLMv2) *TPKT + func (t *TPKT) Close() error + func (t *TPKT) Read(b []byte) (n int, err error) + func (t *TPKT) SendFastPath(secFlag byte, data []byte) (n int, err error) + func (t *TPKT) SetFastPathListener(f core.FastPathListener) + func (t *TPKT) StartNLA() error + func (t *TPKT) StartTLS() error + func (t *TPKT) Write(data []byte) (n int, err error)