As per Relevance of the word messages, we have this rfc below:











Network Working Group A. Conta, Digital Equipment
Request for Comments: 1885 S. Deering, Xerox
Category: Standards Track December 1995




Internet Control Message Protocol (ICMPv6)
for the Internet Protocol Version 6 (IPv6)





Status of this

This document specifies an Internet standards track protocol for
Internet community, and requests discussion and suggestions
improvements. Please refer to the current edition of the "
Official Protocol Standards" (STD 1) for the standardization
and status of this protocol. Distribution of this memo is unlimited





This document specifies a set of Internet Control Message
(ICMP) messages for use with version 6 of the Internet
(IPv6). The Internet Group Management Protocol (IGMP)
specified in STD 5, RFC 1112 have been merged into ICMP, for IPv6,
and are included in this document




















Conta & Deering Standards Track [Page 1]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


Table of



1. Introduction........................................3

2. ICMPv6 (ICMP for IPv6)..............................3

2.1 Message General Format.......................3

2.2 Message Source Address Determination.........4

2.3 Message Checksum Calculation.................5

2.4 Message Processing Rules.....................5

3. ICMPv6 Error Messages...............................8

3.1 Destination Unreachable Message..............8

3.2 Packet Too Big Message......................10

3.3 Time Exceeded Message.......................11

3.4 Parameter Problem Message...................12

4. ICMPv6 Informational Messages......................14

4.1 Echo Request Message........................14

4.2 Echo Reply Message..........................15

4.3 Group Membership Messages...................17

5. References.........................................19

6. Acknowledgements...................................19

7. Security Considerations............................19

Authors' Addresses....................................20










Conta & Deering Standards Track [Page 2]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


1.

The Internet Protocol, version 6 (IPv6) is a new version of IP. IPv
uses the Internet Control Message Protocol (ICMP) as defined for IPv
[RFC-792], with a number of changes. The Internet Group
Protocol (IGMP) specified for IPv4 [RFC-1112] has also been
and has been absorbed into ICMP for IPv6. The resulting protocol
called ICMPv6, and has an IPv6 Next Header value of 58.

This document describes the format of a set of control messages
in ICMPv6. It does not describe the procedures for using
messages to achieve functions like Path MTU discovery or
group membership maintenance; such procedures are described in
documents (e.g., [RFC-1112, RFC-1191]). Other documents may
introduce additional ICMPv6 message types, such as Neighbor
messages [IPv6-DISC], subject to the general rules for ICMPv
messages given in section 2 of this document

Terminology defined in the IPv6 specification [IPv6] and the IPv
Routing and Addressing specification [IPv6-ADDR] applies to
document as well


2. ICMPv6 (ICMP for IPv6)

ICMPv6 is used by IPv6 nodes to report errors encountered
processing packets, and to perform other internet-layer functions
such as diagnostics (ICMPv6 "ping") and multicast
reporting. ICMPv6 is an integral part of IPv6 and MUST be
implemented by every IPv6 node


2.1 Message General

ICMPv6 messages are grouped into two classes: error messages
informational messages. Error messages are identified as such
having a zero in the high-order bit of their message Type
values. Thus, error messages have message Types from 0 to 127;
informational messages have message Types from 128 to 255.

This document defines the message formats for the following ICMPv
messages









Conta & Deering Standards Track [Page 3]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


ICMPv6 error messages

1 Destination Unreachable (see section 3.1)
2 Packet Too Big (see section 3.2)
3 Time Exceeded (see section 3.3)
4 Parameter Problem (see section 3.4)

ICMPv6 informational messages

128 Echo Request (see section 4.1)
129 Echo Reply (see section 4.2)
130 Group Membership Query (see section 4.3)
131 Group Membership Report (see section 4.3)
132 Group Membership Reduction (see section 4.3)


Every ICMPv6 message is preceded by an IPv6 header and zero or
IPv6 extension headers. The ICMPv6 header is identified by a
Header value of 58 in the immediately preceding header. (NOTE:
is different than the value used to identify ICMP for IPv4.)

The ICMPv6 messages have the following general format

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ Message Body +
| |

The type field indicates the type of the message. Its
determines the format of the remaining data

The code field depends on the message type. It is used to create
additional level of message granularity

The checksum field is used to detect data corruption in the ICMPv
message and parts of the IPv6 header


2.2 Message Source Address

A node that sends an ICMPv6 message has to determine both the
and Destination IPv6 Addresses in the IPv6 header before
the checksum. If the node has more than one unicast address, it
choose the Source Address of the message as follows



Conta & Deering Standards Track [Page 4]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


(a) If the message is a response to a message sent to one of
node's unicast addresses, the Source Address of the reply
be that same address

(b) If the message is a response to a message sent to a multicast
anycast group in which the node is a member, the Source
of the reply must be a unicast address belonging to
interface on which the multicast or anycast packet was received

(c) If the message is a response to a message sent to an
that does not belong to the node, the Source Address should
that unicast address belonging to the node that will be
helpful in diagnosing the error. For example, if the message
a response to a packet forwarding action that cannot
successfully, the Source Address should be a unicast
belonging to the interface on which the packet
failed

(d) Otherwise, the node's routing table must be examined
determine which interface will be used to transmit the
to its destination, and a unicast address belonging to
interface must be used as the Source Address of the message


2.3 Message Checksum

The checksum is the 16-bit one's complement of the one's
sum of the entire ICMPv6 message starting with the ICMPv6
type field, prepended with a "pseudo-header" of IPv6 header fields
as specified in [IPv6, section 8.1]. The Next Header value used
the pseudo-header is 58. (NOTE: the inclusion of a pseudo-header
the ICMPv6 checksum is a change from IPv4; see [IPv6] for
rationale for this change.)

For computing the checksum, the checksum field is set to zero


2.4 Message Processing

Implementations MUST observe the following rules when
ICMPv6 messages (from [RFC-1122]):

(a) If an ICMPv6 error message of unknown type is received, it
be passed to the upper layer

(b) If an ICMPv6 informational message of unknown type is received
it MUST be silently discarded




Conta & Deering Standards Track [Page 5]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


(c) Every ICMPv6 error message (type < 128) includes as much of
IPv6 offending (invoking) packet (the packet that caused
error) as will fit without making the error message
exceed 576 octets

(d) In those cases where the internet-layer protocol is required
pass an ICMPv6 error message to the upper-layer protocol,
upper-layer protocol type is extracted from the original
(contained in the body of the ICMPv6 error message) and used
select the appropriate upper-layer protocol entity to handle
error

If the original packet had an unusually large amount
extension headers, it is possible that the upper-layer
type may not be present in the ICMPv6 message, due to
of the original packet to meet the 576-octet limit. In
case, the error message is silently dropped after any IPv6-
processing

(e) An ICMPv6 error message MUST NOT be sent as a result
receiving

(e.1) an ICMPv6 error message,

(e.2) a packet destined to an IPv6 multicast address (there
two exceptions to this rule: (1) the Packet Too
Message - Section 3.2 - to allow Path MTU discovery
work for IPv6 multicast, and (2) the Parameter
Message, Code 2 - Section 3.4 - reporting an
IPv6 option that has the Option Type highest-order
bits set to 10),

(e.3) a packet sent as a link-layer multicast, (the
from e.2 applies to this case too),

(e.4) a packet sent as a link-layer broadcast, (the
from e.2 applies to this case too),

(e.5) a packet whose source address does not uniquely
a single node -- e.g., the IPv6 Unspecified Address,
IPv6 multicast address, or an address known by the
message sender to be an IPv6 anycast address

(f) Finally, to each sender of an erroneous data packet, an IPv
node MUST limit the rate of ICMPv6 error messages sent, in
to limit the bandwidth and forwarding costs incurred by
error messages when a generator of erroneous packets does
respond to those error messages by ceasing its transmissions



Conta & Deering Standards Track [Page 6]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


There are a variety of ways of implementing the rate-
function, for example

(f.1) Timer-based - for example, limiting the rate
transmission of error messages to a given source, or
any source, to at most once every T milliseconds

(f.2) Bandwidth-based - for example, limiting the rate
which error messages are sent from a particular
to some fraction F of the attached link's bandwidth

The limit parameters (e.g., T or F in the above examples)
be configurable for the node, with a conservative default
(e.g., T = 1 second, NOT 0 seconds, or F = 2 percent, NOT 100
percent).

The following sections describe the message formats for the
ICMPv6 messages

































Conta & Deering Standards Track [Page 7]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


3. ICMPv6 Error

3.1 Destination Unreachable

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Unused |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| As much of invoking packet |
+ as will fit without the ICMPv6 packet +
| exceeding 576 octets |

IPv6 Fields

Destination

Copied from the Source Address field of the
packet

ICMPv6 Fields

Type 1

Code 0 - no route to
1 - communication with
administratively
2 - not a
3 - address
4 - port

Unused This field is unused for all code values
It must be initialized to zero by the
and ignored by the receiver


A Destination Unreachable message SHOULD be generated by a router,
by the IPv6 layer in the originating node, in response to a
that cannot be delivered to its destination address for reasons
than congestion. (An ICMPv6 message MUST NOT be generated if
packet is dropped due to congestion.)

If the reason for the failure to deliver is lack of a matching
in the forwarding node's routing table, the Code field is set to 0
(NOTE: this error can occur only in nodes that do not hold a "
route" in their routing tables).



Conta & Deering Standards Track [Page 8]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


If the reason for the failure to deliver is
prohibition, e.g., a "firewall filter", the Code field is set to 1.

If the reason for the failure to deliver is that the next
address in the Routing header is not a neighbor of the
node but the "strict" bit is set for that address, then the
field is set to 2.

If there is any other reason for the failure to deliver, e.g.,
inability to resolve the IPv6 destination address into
corresponding link address, or a link-specific problem of some sort
then the Code field is set to 3.

A destination node SHOULD send a Destination Unreachable message
Code 4 in response to a packet for which the transport
(e.g., UDP) has no listener, if that transport protocol has
alternative means to inform the sender

Upper layer

A node receiving the ICMPv6 Destination Unreachable message
notify the upper-layer protocol





























Conta & Deering Standards Track [Page 9]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


3.2 Packet Too Big

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| MTU |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| As much of invoking packet |
+ as will fit without the ICMPv6 packet +
| exceeding 576 octets |

IPv6 Fields

Destination

Copied from the Source Address field of the
packet

ICMPv6 Fields

Type 2

Code 0

MTU The Maximum Transmission Unit of the next-hop link



A Packet Too Big MUST be sent by a router in response to a
that it cannot forward because the packet is larger than the MTU
the outgoing link. The information in this message is used as
of the Path MTU Discovery process [RFC-1191].

Sending a Packet Too Big Message makes an exception to one of
rules of when to send an ICMPv6 error message, in that unlike
messages, it is sent in response to a packet received with an IPv
multicast destination address, or a link-layer multicast or link
layer broadcast address

Upper layer

An incoming Packet Too Big message MUST be passed to the upper-
protocol






Conta & Deering Standards Track [Page 10]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


3.3 Time Exceeded

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Unused |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| As much of invoking packet |
+ as will fit without the ICMPv6 packet +
| exceeding 576 octets |

IPv6 Fields

Destination
Copied from the Source Address field of the
packet

ICMPv6 Fields

Type 3

Code 0 - hop limit exceeded in

1 - fragment reassembly time

Unused This field is unused for all code values
It must be initialized to zero by the
and ignored by the receiver



If a router receives a packet with a Hop Limit of zero, or a
decrements a packet's Hop Limit to zero, it MUST discard the
and send an ICMPv6 Time Exceeded message with Code 0 to the source
the packet. This indicates either a routing loop or too small
initial Hop Limit value

The router sending an ICMPv6 Time Exceeded message with Code 0
consider the receiving interface of the packet as the interface
which the packet forwarding failed in following rule (d)
selecting the Source Address of the message

Upper layer

An incoming Time Exceeded message MUST be passed to the upper-
protocol



Conta & Deering Standards Track [Page 11]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


3.4 Parameter Problem

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Pointer |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| As much of invoking packet |
+ as will fit without the ICMPv6 packet +
| exceeding 576 octets |

IPv6 Fields

Destination

Copied from the Source Address field of the
packet

ICMPv6 Fields

Type 4

Code 0 - erroneous header field

1 - unrecognized Next Header type

2 - unrecognized IPv6 option

Pointer Identifies the octet offset within
invoking packet where the error was detected

The pointer will point beyond the end of the ICMPv
packet if the field in error is beyond what can
in the 576-byte limit of an ICMPv6 error message



If an IPv6 node processing a packet finds a problem with a field
the IPv6 header or extension headers such that it cannot
processing the packet, it MUST discard the packet and SHOULD send
ICMPv6 Parameter Problem message to the packet's source,
the type and location of the problem

The pointer identifies the octet of the original packet's
where the error was detected. For example, an ICMPv6 message
Type field = 4, Code field = 1, and Pointer field = 40 would



Conta & Deering Standards Track [Page 12]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


that the IPv6 extension header following the IPv6 header of
original packet holds an unrecognized Next Header field value

Upper layer

A node receiving this ICMPv6 message MUST notify the upper-
protocol












































Conta & Deering Standards Track [Page 13]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


4. ICMPv6 Informational

4.1 Echo Request

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identifier | Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+-

IPv6 Fields

Destination

Any legal IPv6 address

ICMPv6 Fields

Type 128

Code 0

Identifier An identifier to aid in matching Echo
to this Echo Request. May be zero

Sequence

A sequence number to aid in matching Echo
to this Echo Request. May be zero

Data Zero or more octets of arbitrary data



Every node MUST implement an ICMPv6 Echo responder function
receives Echo Requests and sends corresponding Echo Replies. A
SHOULD also implement an application-layer interface for sending
Requests and receiving Echo Replies, for diagnostic purposes

Upper layer

A node receiving this ICMPv6 message MAY notify the upper-
protocol




Conta & Deering Standards Track [Page 14]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


4.2 Echo Reply

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identifier | Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+-

IPv6 Fields

Destination

Copied from the Source Address field of the
Echo Request packet

ICMPv6 Fields

Type 129

Code 0

Identifier The identifier from the invoking Echo Request message

Sequence The sequence number from the invoking Echo
Number message

Data The data from the invoking Echo Request message



Every node MUST implement an ICMPv6 Echo responder function
receives Echo Requests and sends corresponding Echo Replies. A
SHOULD also implement an application-layer interface for sending
Requests and receiving Echo Replies, for diagnostic purposes

The source address of an Echo Reply sent in response to a
Echo Request message MUST be the same as the destination address
that Echo Request message

An Echo Reply SHOULD be sent in response to an Echo Request
sent to an IPv6 multicast address. The source address of the
MUST be a unicast address belonging to the interface on which
multicast Echo Request message was received




Conta & Deering Standards Track [Page 15]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


The data received in the ICMPv6 Echo Request message MUST be
entirely and unmodified in the ICMPv6 Echo Reply message, unless
Echo Reply would exceed the MTU of the path back to the
requester, in which case the data is truncated to fit that path MTU

Upper layer

Echo Reply messages MUST be passed to the ICMPv6 user interface
unless the corresponding Echo Request originated in the IP layer










































Conta & Deering Standards Track [Page 16]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


4.3 Group Membership

The ICMPv6 Group Membership Messages have the following format

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Maximum Response Delay | Unused |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ +
| Multicast |
+ +
| Address |
+ +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

IPv6 Fields

Destination

In a Group Membership Query message, the
address of the group being queried, or the Link-
All-Nodes multicast address

In a Group Membership Report or a Group
Reduction message, the multicast address of
group being reported or terminated

Hop Limit 1

ICMPv6 Fields

Type 130 - Group Membership
131 - Group Membership
132 - Group Membership

Code 0

Maximum Response

In Query messages, the maximum time that
Report messages may be delayed, in milliseconds





Conta & Deering Standards Track [Page 17]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


In Report and Reduction messages, this field
is initialized to zero by the sender and ignored
receivers

Unused Initialized to zero by the sender; ignored by receivers

Multicast

The address of the multicast group about which
message is being sent. In Query messages, the
Address field may be zero, implying a query for
groups



The ICMPv6 Group Membership messages are used to convey
about multicast group membership from nodes to their
routers. The details of their usage is given in [RFC-1112].

































Conta & Deering Standards Track [Page 18]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


5.

[IPv6] Deering, S., and R. Hinden, "Internet Protocol,
6, Specification", RFC 1883, Xerox PARC,
Networks, December 1995.

[IPv6-ADDR] Hinden, R., and S. Deering, Editors, "IP Version 6
Addressing Architecture", RFC 1884, Ipsilon Networks
Xerox PARC, December 1995.

[IPv6-DISC] Narten, T., Nordmark, E., and W. Simpson, "
Discovery for IP Version 6 (IPv6)", Work in Progress

[RFC-792] Postel, J., "Internet Control Message Protocol", STD 5,
RFC 792, USC/Information Sciences Institute,
1981.

[RFC-1112] Deering, S., "Host Extensions for IP Multicasting",
5, RFC 1112, Stanford University, August 1989.

[RFC-1122] Braden, R., "Requirements for Internet Hosts -
Communication Layers", STD 3, RFC 1122, USC/
Sciences Institute, October 1989.

[RFC-1191] Mogul, J., and S. Deering, "Path MTU Discovery",
1191, DECWRL, Stanford University, November 1990.


6.

The document is derived from previous ICMP drafts of the SIPP
IPng working group

The IPng working group and particularly Robert Elz, Jim Bound,
Simpson, Thomas Narten, Charlie Lynn, Bill Fink, and Scott
(in chronological order) provided extensive review information
feedback


7. Security

Security issues are not discussed in this memo









Conta & Deering Standards Track [Page 19]

RFC 1885 ICMPv6 (ICMP for IPv6) December 1995


Authors' Addresses

Alex Conta Stephen
Digital Equipment Corporation Xerox Palo Alto Research
110 Spitbrook Rd 3333 Coyote Hill
Nashua, NH 03062 Palo Alto, CA 94304

Phone: +1-603-881-0744 Phone: +1-415-812-4839
EMail: conta@zk3.dec.com EMail: deering@parc.xerox.










































Conta & Deering Standards Track [Page 20]








if you see any problems within the linking, don't worry be happy,
this is version 0.1 of the Relevance System and you gotta expect some crappy subroutines sometimes,
just be content we did not write this in Java, which would have made this "bigger and better" HAHAHHA.




RFC documents can be found at I.E.T.F.



Relevance System Copyright © 2002 Spectrum WorldResearch
other technical nosh by ServerMasters Corporation
collaboration of BobX







Spectrum