This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
discovery: use new UDP port
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
bboozzoo/golang
Maciek Borzecki
7 years ago
parent
48e691d0b7
commit
e50a5745e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
discovery/listener.go
+ 1
- 1
discovery/listener.go
View File
@ -27,7 +27,7 @@ type Listener struct {
func
NewListener
(
)
(
*
Listener
,
error
)
{
addr
:=
net
.
UDPAddr
{
Port
:
171
4
,
Port
:
171
6
,
}
conn
,
err
:=
net
.
ListenUDP
(
"udp"
,
&
addr
)
if
err
!=
nil
{
Write
Preview
Loading…
Cancel
Save