Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gost
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
gost
Commits
d492b8b5
"svn:/svn.code.sf.net/p/irrlicht/code/trunk@5311" did not exist on "666feee11ea05a2eb13cf52ee99c52ea79f3d48b"
Commit
d492b8b5
authored
Sep 14, 2016
by
rui.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix log
parent
3a1ea87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
conn.go
conn.go
+2
-2
No files found.
conn.go
View file @
d492b8b5
...
...
@@ -193,9 +193,9 @@ func listenAndServeUdpForward(arg Args) error {
}
break
}
glog
.
V
(
LWARNING
)
.
Infof
(
"[udp-connect] %s <-> %s
: %s
"
,
laddr
,
raddr
)
glog
.
V
(
LWARNING
)
.
Infof
(
"[udp-connect] %s <-> %s"
,
laddr
,
raddr
)
tunnelUDP
(
conn
,
tun
,
false
)
glog
.
V
(
LWARNING
)
.
Infof
(
"[udp-connect] %s >-< %s
: %s
"
,
laddr
,
raddr
)
glog
.
V
(
LWARNING
)
.
Infof
(
"[udp-connect] %s >-< %s"
,
laddr
,
raddr
)
conn
.
Close
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment