pub const LINK_HTML_REPEATER: &[u8] = b"<table border=\"0\" width=\"95%\"><tr><td>REPEATER</td></tr></table>";Expand description
DCS HTML template for REPEATER gateway type (fills bytes [19..519]
of the LINK packet).
Reference: ircDDBGateway/Common/ConnectData.cpp:344-358 shows the
reference populating a template via wxString::Printf(HTML, ...).
We emit a static short banner instead of the full template — the
receiving reflector logs the HTML but does not parse it, so any
short identification string that fits in 500 bytes satisfies the
protocol. This mirrors xlxd, which accepts LINK packets regardless
of the HTML payload content.