Skip to content

Commit c1f026c

Browse files
committed
Change port (front)
1 parent b3d09a4 commit c1f026c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packet-sender/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313

1414
const (
1515
lip string = "127.0.0.3"
16-
lport uint16 = 3000
16+
lport uint16 = 8000
1717
rip string = "127.0.0.4"
18-
rport uint16 = 3000
18+
rport uint16 = 8000
1919
)
2020

2121
/* package main

0 commit comments

Comments
 (0)