diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 14:07:21 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 14:07:21 +0200 |
commit | fbc3e92e59d07c77440d1ecb858871d9d2958fb0 (patch) | |
tree | 62bcd039282fcff503495fb56c61ffc71a916313 /brandt.h | |
parent | 342d3729dfcb88060c3541d2b38d23d3294a11fb (diff) |
stuff
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -170,6 +170,10 @@ BRANDT_free (); /** * Receive a message related to a specific auction. * + * If the message is from a future round and cannot be processed yet, it is + * cached in RAM. It will not be stored on disc until it can be used, since the + * messages completing the previous round should all arrive relatively soon. + * * @param[in] auction The pointer returned by BRANDT_join() or BRANDT_new() from * which message @a msg was received. * @param[in] sender The id of the sender. |