make sure that 3000 is the client port

This commit is contained in:
talksik
2023-10-11 15:43:05 -07:00
parent 449fe5e1d2
commit f5b8ce81fc
+1 -1
View File
@@ -15,7 +15,7 @@ func main() {
panic(err)
}
localAddr, err := net.ResolveUDPAddr("udp", "0.0.0.0:5001")
localAddr, err := net.ResolveUDPAddr("udp", "0.0.0.0:3000")
if err != nil {
fmt.Println("Error resolving address:", err)
panic(err)