Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtudisc: Add first version of MTU discovery feature #108

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

stv0g
Copy link
Collaborator

@stv0g stv0g commented Oct 15, 2022

Signed-off-by: Steffen Vogel post@steffenvogel.de

@stv0g stv0g self-assigned this Oct 15, 2022
@@ -0,0 +1,24 @@
package mtudisc

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
//
// The MTU is automatically determined from the endpoint addresses
// or the system default route, which is usually a sane choice.

Check warning

Code scanning / Revive (reported by Codacy)

package comment is detached; there should be no blank lines between it and the package statement

package comment is detached; there should be no blank lines between it and the package statement
@@ -0,0 +1,83 @@
package mtudisc

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,157 @@
//go:build linux

package mtudisc

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,11 @@
//go:build !linux

package mtudisc

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
…ption

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
…very (PLPMTUD)

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
@stv0g stv0g changed the title mtudisc: initial version of MTU discovery feature mtudisc: Add first version of MTU discovery feature May 22, 2023
@stv0g stv0g force-pushed the master branch 7 times, most recently from fd72704 to 07c6053 Compare May 29, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant