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
Similar to #318, the "IPv6 serializer" requires determining the longest sequence of 0s for IPv6 compression without specifying an algorithm for doing that:
Let compress be an index to the first IPv6 piece in the first longest sequences of address’s IPv6 pieces that are 0.
Example: In 0:f:0:0:f:f:0:0 it would point to the second 0.
If there is no sequence of address’s IPv6 pieces that are 0 that is longer than 1, then set compress to null.
It would be better for implementors if the procedure for doing so were made explicit, as this is another seemingly non-trivial task.
The text was updated successfully, but these errors were encountered:
Similar to #318, the "IPv6 serializer" requires determining the longest sequence of 0s for IPv6 compression without specifying an algorithm for doing that:
It would be better for implementors if the procedure for doing so were made explicit, as this is another seemingly non-trivial task.
The text was updated successfully, but these errors were encountered: