Skip to content

Commit

Permalink
[change] changed server port to correct port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal el Ayachi committed Apr 7, 2024
1 parent 91f044a commit 33414ee
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 33414ee

Please sign in to comment.