We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626198d + aad4662 commit 108bab9Copy full SHA for 108bab9
wgengine/netstack/netstack.go
@@ -105,10 +105,6 @@ type Impl struct {
105
// over the UDP flow.
106
GetUDPHandlerForFlow func(src, dst netip.AddrPort) (handler func(nettype.ConnPacketConn), intercept bool)
107
108
- // ForwardTCPSockOpts, if non-nil, allows setting gvisor socket options on the
109
- // created TCPConn before calling ForwardTCPIn.
110
- ForwardTCPSockOpts func(port uint16) []tcpip.SettableSocketOption
111
-
112
// ProcessLocalIPs is whether netstack should handle incoming
113
// traffic directed at the Node.Addresses (local IPs).
114
// It can only be set before calling Start.
0 commit comments