Searched defs:trackLastConnListener (Results 1 – 1 of 1) sorted by relevance
1149 type trackLastConnListener struct { struct1150 net.Listener1152 mu *sync.RWMutex1153 last *net.Conn // destination1156 func (l trackLastConnListener) Accept() (c net.Conn, err error) {