Skip to content

Commit b3d09a4

Browse files
committed
Port solution for windows
1 parent b2d63d0 commit b3d09a4

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 = 50400
16+
lport uint16 = 3000
1717
rip string = "127.0.0.4"
18-
rport uint16 = 50400
18+
rport uint16 = 3000
1919
)
2020

2121
/* package main

0 commit comments

Comments
 (0)