Skip to content

Commit

Permalink
misc: fix gool MTU
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 451058b commit ea889f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const singleMTU = 1330
const doubleMTU = 1250
const doubleMTU = 1280 // minimum mtu for IPv6, may cause frag reassembly somewhere

type WarpOptions struct {
Bind netip.AddrPort
Expand Down

0 comments on commit ea889f1

Please sign in to comment.