By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
Support for these two u8 flags were implemented with [[8.0.0-18]].
+
Support for these two u8 fields were implemented with [[8.0.0-18]].
+
+
===== Flag1 =====
+
{| class="wikitable" border="1"
+
|-
+
! Bit
+
! Description
+
|-
+
| 0
+
| Unknown.
+
|-
+
| 1
+
| Unknown.
+
|-
+
| 2-7
+
| Unused
+
|}
+
+
In order for the exheader to have any of the above new bits set, the accessdesc must have the corresponding bit set, otherwise the invalid-exheader error is returned.
+
+
===== Flag2 =====
+
{| class="wikitable" border="1"
+
|-
+
! Bit
+
! Description
+
|-
+
| 0-3
+
| ?
+
|-
+
| 4-7
+
| Unused
+
|}
+
+
The exheader value for the above 4-bit value must be <= to the accessdesc value, otherwise the invalid-exheader error is returned.