Closed taka-sasaki closed 9 years ago
Type Field of Info Opaque is 7 MSB bits. But, TRC_OF has 8 bits.
https://github.com/netsec-ethz/scion/blob/master/lib/packet/opaque_field.py#L38 TRC_OF = 0b11111111
Is it right?
I forgot to add that, #180 will remove TRC_OF.
OK. thanks.
Type Field of Info Opaque is 7 MSB bits. But, TRC_OF has 8 bits.
https://github.com/netsec-ethz/scion/blob/master/lib/packet/opaque_field.py#L38 TRC_OF = 0b11111111
Is it right?