You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mptcpize: set GODEBUG=multipathtcp=1 env var (#316)
GO apps don't use the libC, so the LD_PRELOAD technique doesn't work
with these apps.
But since GO 1.21, MPTCP is natively supported, and can be forced by
simply setting GODEBUG=multipathtcp=1. So mptcpize can easily support GO
apps by also setting this env var.
Similar to the LD_PRELOAD env var, the GODEBUG one is appended with a
comma if it was already set.
Link: https://go.dev/doc/godebug
Link: https://pkg.go.dev/net#Dialer.SetMultipathTCP
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
0 commit comments