Skip to content

Commit

Permalink
Merge pull request #27 from ayachi-code/wrongServerPort
Browse files Browse the repository at this point in the history
[change] changed server port to correct port number
  • Loading branch information
fzovpec authored Apr 8, 2024
2 parents 91f044a + 33414ee commit 569517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unreliable_chat_check/BrokenChatServerLocal.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (b *BrokenMessageOutputStream) WriteAndLog(msg []byte, addr net.Addr) {

func main() {
address := flag.String("address", "127.0.0.1", "The Chat Server Address.")
port := flag.String("port", "8888", "The Chat Server Port.")
port := flag.String("port", "5382", "The Chat Server Port.")

burst := flag.Float64("burst", 0, "The probability of message burst. Works only if executed locally")
delay := flag.Float64("delay", 0, "Message delay. Works only if executed locally")
Expand Down

0 comments on commit 569517d

Please sign in to comment.