Skip to content

Commit

Permalink
max timeout greater than resend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiokleis committed Apr 5, 2024
1 parent 54a175a commit 27deedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fclient-udp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
const (
UDP_SERVER_ADDRESS = "0.0.0.0:2224"
MAX_PACKET_SIZE = 1100 // 1024 file chunk + proto encoding + safety
MAX_TIMEOUT = 1
MAX_TIMEOUT = 3
)

/*
Expand Down

0 comments on commit 27deedd

Please sign in to comment.