Searched defs:dualStackServer (Results 1 – 1 of 1) sorted by relevance
169 type dualStackServer struct { struct170 lnmu sync.RWMutex171 lns []streamListener172 port string174 cmu sync.RWMutex175 cs []Conn // established connections at the passive open side178 func (dss *dualStackServer) buildup(handler func(*dualStackServer, Listener)) error {188 func (dss *dualStackServer) teardownNetwork(network string) error {201 func (dss *dualStackServer) teardown() error {