mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sun Sep 7 20:32:43 CEST 2025
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user