Skip to content

Commit

Permalink
Script updating gh-pages from 0b57dae. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 28, 2024
1 parent 02d681a commit 55eae25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cjpatton/85/draft-ietf-ppm-dap-taskprov.html
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ <h2 id="name-the-taskbind-extension">
<pre>
enum {
taskbind(0xff00),
(65535)
(2^16-1)
} ExtensionType;
</pre><a href="#section-3-2" class="pilcrow"></a>
</div>
Expand Down Expand Up @@ -1457,7 +1457,7 @@ <h3 id="name-task-encoding">
enum {
reserved(0), /* Reserved for testing purposes */
none(1),
(65535)
(2^16-1)
} DpMechanism;

struct {
Expand Down Expand Up @@ -1533,7 +1533,7 @@ <h3 id="name-extensions">

enum {
reserved(0),
(65535)
(2^16-1)
} TaskbindExtensionType;
</pre><a href="#section-3.2-3" class="pilcrow"></a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions cjpatton/85/draft-ietf-ppm-dap-taskprov.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Table of Contents

enum {
taskbind(0xff00),
(65535)
(2^16-1)
} ExtensionType;

The payload of the extension MUST be empty. If the payload is non-
Expand Down Expand Up @@ -303,7 +303,7 @@ Table of Contents
enum {
reserved(0), /* Reserved for testing purposes */
none(1),
(65535)
(2^16-1)
} DpMechanism;

struct {
Expand Down Expand Up @@ -375,7 +375,7 @@ Table of Contents

enum {
reserved(0),
(65535)
(2^16-1)
} TaskbindExtensionType;

The extension_type identifies the extension and extension_data is
Expand Down

0 comments on commit 55eae25

Please sign in to comment.