From 50bb74787af1abe7d77bac5def7b2340329fa29f594d8febc33a3f6a027feb98 Mon Sep 17 00:00:00 2001 From: brent saner Date: Sun, 31 Aug 2025 08:19:38 -0400 Subject: [PATCH] make section title more consistent --- README.adoc | 2 +- README.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 56fc9e8..15c7160 100644 --- a/README.adoc +++ b/README.adoc @@ -596,7 +596,7 @@ include::examples/frag.go[] ==== [id="xtra_bitpacked_ip4opt_t"] -==== IPv4 Option Type +==== Option Type (IPv4) The *Type* field of an <> is a single byte that consists of: * A "Copy" flag _(1 Bit)_ diff --git a/README.html b/README.html index abd723c..b0d9488 100644 --- a/README.html +++ b/README.html @@ -559,7 +559,7 @@ pre.rouge .gs {
Brent Saner

-Last rendered 2025-08-31 00:29:24 -0400 +Last rendered 2025-08-31 08:19:38 -0400
-

8.1.4. IPv4 Option Type

+

8.1.4. Option Type (IPv4)

The Type field of an IPv4 option is a single byte that consists of:

@@ -3120,7 +3120,7 @@ or said another way its total length of bits must be cleanly divisible by 32).

For more extensive details, see RFC 791 ยง 3.1 and the IANA Registered IP Paramaeters -(the Value column is what should be used as the Type, see IPv4 Option Type.

+(the Value column is what should be used as the Type, see Option Type (IPv4).

Each option (with two exceptions) is a TLV (type / length / value) structured field.

@@ -3131,7 +3131,7 @@ and the
8.2.1.1. Type
-

See IPv4 Option Type for details.

+

See Option Type (IPv4) for details.