Skip to content

Commit 9be6f04

Browse files
committed
Merge branch 'backend/packet-sender' of https://github.com/HyperloopUPV-H8/software into backend/packet-sender
2 parents b5f4f0f + c1f026c commit 9be6f04

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)