Share via


2.2.1 Server Advertisement

The UDP message MUST be one of the following:

  1. The ASCII string "Hostname=<hostname>", where <hostname> is replaced with the host name of the sender, followed by a line feed (0x0A) and a null character (0x00). This syntax MUST be used if the sender is not a member of a domain.

  2. The ASCII string "Hostname=<hostname>\nDomain=<domainname>", where <hostname> is replaced with the host name of the sender, followed by a line feed (0x0A), and <domainname> is replaced with the domain name of the domain of which the machine is a member, followed by a line feed (0x0A) and a null character (0x00). This syntax MUST be used if the sender is a member of a domain.