<p dir="ltr">Hi Jeff</p>
<p dir="ltr">It's possible to achieve 10ms prefix registration if RibManager responds to the request before FIB updates are complete.<br>
However, Interests will not be delivered to the application until FIB updates are complete.</p>
<p dir="ltr">This may cause problem in the following scenario:</p>
<p dir="ltr">1. The email client registers a prefix for the email to be sent.<br>
2. After the prefix registration is complete (RIB update request is answered), the email client sends a command to the server, which requests the server to retrieve the email.<br>
3. The email server expresses an Interest toward the client.</p>
<p dir="ltr">If the FIB updates are not completed before step 3, the email server will be unable to retrieve the email.<br>
Therefore, we think RIB Daemon should not answer a prefix registration request from application before all FIB updates are complete.</p>
<p dir="ltr">Yours, Junxiao</p>