Skip to content
Snippets Groups Projects
Commit 2b4e9b02 authored by deuce's avatar deuce
Browse files

Add another TODO comment.

To fully comply with the binkp/1.1 (FSP-1024) spec, we need to rescan the
outbound after sending an M_EOB... this shouldn't actually be necessary
though since we're holding the .bsy lock the whole time, and nothing else
is allowed to add stuff (per FTS-5005).  This is mostly for FREQs, so once
the req handler is in there, I'll likely ignore this requirement.
parent 8064563a
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,12 @@ function unlock_flow(locks)
/*
* Given a list of addresses to rescan, calls
* bp.addFile() for any pending file transfers.
*
* TODO: Call this after sending a M_EOB to rescan per FSP-1024? We
* hold the lock files, so nothing should be changing the flow
* files (per FTS-5005) though. This is mostly for REQ handling,
* so if we do integrate freqit.js, we should be fine to ignore
* the spec on this point.
*/
function add_outbound_files(addrs, bp)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment