Update On Sun Sep 7 20:32:43 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-07 20:32:43 +02:00
parent 93741b781f
commit 31ee540a0a
131 changed files with 9201 additions and 4339 deletions
+5 -1
View File
@@ -21,6 +21,7 @@ import (
"io"
"net"
"sync"
"time"
"github.com/enfein/mieru/v3/pkg/appctl/appctlpb"
"github.com/enfein/mieru/v3/pkg/common"
@@ -28,7 +29,10 @@ import (
"github.com/enfein/mieru/v3/pkg/stderror"
)
const sessionChanCapacity = 64
const (
sessionChanCapacity = 64
sessionCleanInterval = 5 * time.Second
)
// baseUnderlay contains a partial implementation of underlay.
type baseUnderlay struct {