You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many networks restrict NDN packet length to be no more than 8800 octets.
As the quantity of participants grow within a sync group, StateVector size will inevitably cause the Sync Interest to exceed this packet length limit.
It's necessary to define a procedure to gracefully handle this condition.
The text was updated successfully, but these errors were encountered:
Many networks restrict NDN packet length to be no more than 8800 octets.
As the quantity of participants grow within a sync group, StateVector size will inevitably cause the Sync Interest to exceed this packet length limit.
It's necessary to define a procedure to gracefully handle this condition.
The text was updated successfully, but these errors were encountered: