aboutsummaryrefslogtreecommitdiff
path: root/bbot/tftp
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/tftp')
-rw-r--r--bbot/tftp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/tftp b/bbot/tftp
index cdcbfe0..581d41c 100644
--- a/bbot/tftp
+++ b/bbot/tftp
@@ -28,9 +28,9 @@ namespace bbot
uint16_t
port () const;
- // Wait for a TFTP request for up to the specified number of seconds. If
- // a request was served, update the timeout value and return true. Retain
- // the original timeout value and return false otherwise.
+ // Wait for a TFTP request for up to the specified number of seconds.
+ // Update the timeout value as well as return true if a request was
+ // served and false otherwise.
//
bool
serve (size_t& seconds);