Update On Sat Nov 15 19:34:53 CET 2025

This commit is contained in:
github-action[bot]
2025-11-15 19:34:54 +01:00
parent a9ffe0eb91
commit 2d1a3e7bc1
93 changed files with 1073 additions and 2080 deletions
+1
View File
@@ -510,6 +510,7 @@ func (m *Mux) acceptUnderlayLoop(ctx context.Context, properties UnderlayPropert
underlay := &PacketUnderlay{
baseUnderlay: *newBaseUnderlay(false, properties.MTU()),
conn: conn,
packetQueue: make(chan bufferWithAddr, packetChanCapacityServer),
sessionCleanTicker: time.NewTicker(sessionCleanInterval),
users: m.users,
}