aboutsummaryrefslogtreecommitdiff
path: root/bbot/tftp
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-12 15:27:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-12 15:27:40 +0200
commit4c7bb136ac8c1c1cd47942ad7fe8257b20997871 (patch)
tree27353008ece9a85fb7ef6b6106c338b432bda004 /bbot/tftp
parent50579107e3f628c2e3c644d5af01ef67404a0f2a (diff)
Complete agent side of machine bootstrap
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);