mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-06 05:17:39 +03:00
Fix gvisor udp write back
This commit is contained in:
parent
ce3573838b
commit
8b6630a3b0
4 changed files with 19 additions and 21 deletions
|
@ -5,9 +5,9 @@ package tun
|
|||
import (
|
||||
"context"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/sagernet/sing/common/x/list"
|
||||
"time"
|
||||
)
|
||||
|
||||
func (m *networkUpdateMonitor) RegisterCallback(callback NetworkUpdateCallback) *list.Element[NetworkUpdateCallback] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue