netpool test. wip
This commit is contained in:
@@ -4,10 +4,13 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/yudhasubki/netpool"
|
||||
)
|
||||
|
||||
type RemoteHost struct {
|
||||
*Connection
|
||||
HostPool netpool.Netpooler
|
||||
Host string
|
||||
MissedPings int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user