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 9e5e4ea commit e351040
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 e351040

Please sign in to comment.