Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'udpVersion' of https://github.com/vzex/dog-tunnel into …
Browse files Browse the repository at this point in the history
…udpVersion
  • Loading branch information
vzex committed May 22, 2020
2 parents fb8b5ee + 32eaf5a commit 7f81dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ func (sc *Client) OnTunnelRecv(pipe net.Conn, sessionId int, action byte, conten
}
if session.udpCacheMsg != nil {
for _, c := range session.udpCacheMsg {
session.localUdpConn.WriteToUDP([]byte(c), session.localUdpAddr)
sock.WriteToUDP([]byte(c), session.localUdpAddr)
}
}
go func() {
Expand Down

0 comments on commit 7f81dee

Please sign in to comment.