From bb3d338334485cd745fa36a5ab60e29630a1804b Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 6 Sep 2023 14:54:23 +0200 Subject: [PATCH] wgengine/magicsock: rename files for peer MTU Rename dontfrag* to peermtu* to prepare for more peer MTU related code going into these files. Updates #311 Signed-off-by: Val --- wgengine/magicsock/{dontfrag_darwin.go => peermtu_darwin.go} | 0 wgengine/magicsock/{dontfrag_linux.go => peermtu_linux.go} | 0 wgengine/magicsock/{dontfrag_default.go => peermtu_stubs.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename wgengine/magicsock/{dontfrag_darwin.go => peermtu_darwin.go} (100%) rename wgengine/magicsock/{dontfrag_linux.go => peermtu_linux.go} (100%) rename wgengine/magicsock/{dontfrag_default.go => peermtu_stubs.go} (100%) diff --git a/wgengine/magicsock/dontfrag_darwin.go b/wgengine/magicsock/peermtu_darwin.go similarity index 100% rename from wgengine/magicsock/dontfrag_darwin.go rename to wgengine/magicsock/peermtu_darwin.go diff --git a/wgengine/magicsock/dontfrag_linux.go b/wgengine/magicsock/peermtu_linux.go similarity index 100% rename from wgengine/magicsock/dontfrag_linux.go rename to wgengine/magicsock/peermtu_linux.go diff --git a/wgengine/magicsock/dontfrag_default.go b/wgengine/magicsock/peermtu_stubs.go similarity index 100% rename from wgengine/magicsock/dontfrag_default.go rename to wgengine/magicsock/peermtu_stubs.go