Searched defs:shimListener (Results 1 – 2 of 2) sorted by relevance
128 type shimListener struct { struct129 dispatcher *shimDispatcher130 shimID uint64133 connChan chan net.Conn134 err error135 lock sync.Mutex138 func (l *shimListener) Port() int {142 func (l *shimListener) IsIPv6() bool {146 func (l *shimListener) ShimID() uint64 {150 func (l *shimListener) Close() error {[all …]