()
| 1698 | type tcpCloser interface { |
| 1699 | CloseRead() error |
| 1700 | CloseWrite() error |
| 1701 | } |
| 1702 | |
| 1703 | func (ns *Impl) forwardTCP(getClient func(...tcpip.SettableSocketOption) *gonet.TCPConn, clientRemoteIP netip.Addr, wq *waiter.Queue, dialAddr netip.AddrPort, isLocal bool) (handled bool) { |