scionproto / scion

SCION Internet Architecture
https://scion.org
Apache License 2.0
401 stars 161 forks source link

bit length of TRC_OF #184

Closed taka-sasaki closed 9 years ago

taka-sasaki commented 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?

pszal commented 9 years ago

I forgot to add that, #180 will remove TRC_OF.

taka-sasaki commented 9 years ago

OK. thanks.