mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 04:17:38 +03:00
Add freelru.SetUpdateLifetimeOnGet/GetWithLifetime
This commit is contained in:
parent
ae139d9ee1
commit
7f621fdd78
5 changed files with 60 additions and 21 deletions
|
@ -37,6 +37,7 @@ func New(handler N.UDPConnectionHandlerEx, prepare PrepareFunc, timeout time.Dur
|
|||
cache = common.Must1(freelru.NewSharded[netip.AddrPort, *Conn](1024, maphash.NewHasher[netip.AddrPort]().Hash32))
|
||||
}
|
||||
cache.SetLifetime(timeout)
|
||||
cache.SetUpdateLifetimeOnGet(true)
|
||||
cache.SetHealthCheck(func(port netip.AddrPort, conn *Conn) bool {
|
||||
select {
|
||||
case <-conn.doneChan:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue