Skip to content

Commit

Permalink
improve warp in warp performance
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Jan 31, 2024
1 parent fa312c6 commit 1894f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func runWarpInWarp(bindAddress, endpoint string, verbose bool) {
log.Fatal("There are no free udp ports on Device!")
}

err = wiresocks.NewVtunUDPForwarder(virtualEndpointBindAddress, "162.159.195.1:2408", vTUN, mtu)
err = wiresocks.NewVtunUDPForwarder(virtualEndpointBindAddress, "162.159.195.1:2408", vTUN, mtu+100)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 1894f1f

Please sign in to comment.