Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTcpOption = port.ScannerOption{
Rate: 1000,
Timeout: 800,
}
Functions ¶
This section is empty.
Types ¶
type TcpScanner ¶
type TcpScanner struct {
// contains filtered or unexported fields
}
func NewTcpScanner ¶
func NewTcpScanner(retChan chan port.OpenIpPort, option port.ScannerOption) (ts *TcpScanner, err error)
NewTcpScanner Tcp扫描器
func (*TcpScanner) Wait ¶
func (ts *TcpScanner) Wait()
func (*TcpScanner) WaitLimiter ¶
func (ts *TcpScanner) WaitLimiter() error
WaitLimiter Waiting for the speed limit
Click to show internal directories.
Click to hide internal directories.