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.
1 parent 50ac0e9 commit 6450f93Copy full SHA for 6450f93
farcaster-go/wireguard/netstack/udp.go
@@ -159,7 +159,7 @@ func (f *netstackUDPFwd) ConnectUpstream() (*net.UDPConn, error) {
159
160
// Set a connection timeout
161
dialer := net.Dialer{
162
- Timeout: defaultConnectTimeout,
+ Timeout: defaultConnTimeout,
163
LocalAddr: &net.UDPAddr{Port: int(cr.RemotePort)},
164
}
165
0 commit comments