Skip to content

Commit 84c3e07

Browse files
backkemanssiko
authored andcommitted
Avoid naming confusion.
1 parent 6fcfccb commit 84c3e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Each time the agent changes its DNS-SD [=Service Instance Name=] or
236236
[=certificate serial number=] it must compute an <dfn>agent hostname</dfn> as
237237
follows.
238238

239-
1. Set <var>hexSerialNumber</var> to the [[!RFC4648|base64]] encoded
239+
1. Set <var>base64SerialNumber</var> to the [[!RFC4648|base64]] encoded
240240
[=certificate serial number=].
241241
1. Set <var>encodedInstanceName</var> to the result of the following:
242242
1. Replace any character in the DNS-SD Instance Name other
@@ -245,7 +245,7 @@ follows.
245245
1. Replace any character in the DNS-SD Domain Name other
246246
than `[A-Za-z0-9-]` with a hyphen `-`.
247247
1. Set the [=agent hostname=] to the string
248-
<var>hexSerialNumber</var> + `.` + <var>encodedInstanceName</var> + `.` + <var>encodedDomain</var>
248+
<var>base64SerialNumber</var> + `.` + <var>encodedInstanceName</var> + `.` + <var>encodedDomain</var>
249249

250250
TODO: Add an appendix with examples of metadata, DNS-SD records and certificate
251251
fields for an advertising agent.

0 commit comments

Comments
 (0)