Fix gvisor udp write back

This commit is contained in:
世界 2022-08-21 11:37:17 +08:00
parent ce3573838b
commit 8b6630a3b0
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 19 additions and 21 deletions

View file

@ -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] {