From 4c7bb136ac8c1c1cd47942ad7fe8257b20997871 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Apr 2017 15:27:40 +0200 Subject: Complete agent side of machine bootstrap --- bbot/tftp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bbot/tftp') 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); -- cgit v1.1