Skip to content

Commit

Permalink
misc: reduce mtu for some providers
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Apr 3, 2024
1 parent 94fc164 commit 20024b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/bepass-org/warp-plus/wiresocks"
)

const singleMTU = 1400
const doubleMTU = 1320
const singleMTU = 1330
const doubleMTU = 1250

type WarpOptions struct {
Bind netip.AddrPort
Expand Down

0 comments on commit 20024b7

Please sign in to comment.