This commit is contained in:
刘河
2019-02-17 19:55:24 +08:00
parent f2329f72f6
commit 48c7309973
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ func (s *Link) Run(flow bool) {
}
return
} else {
if s.Conn == nil {
return
}
if s.UdpListener != nil && s.UdpRemoteAddr != nil {
s.UdpListener.WriteToUDP(content, s.UdpRemoteAddr)
} else {