SPGroup
is a string parameter for
defining a group from which the reply for a
MAP request is allowed from.
SPGroup
is
not set by default and reply for a request must come from the SP that the
request was originally sent to.
Here is a brief example of using
SPGroup
:
<MAP>
# Set the default group for all SPs
SPGroup group1
<PeerSP 10.2.3.4>
# This SP belongs to its own group
SPGroup group2
</PeerSP>
<PeerSP 10.2.3.5>
# SPGroup is not set, use value from the enclosing <MAP>
</PeerSP>
<PeerSP 10.2.3.6>
# SPGroup is not set, use value from the enclosing <MAP>
</PeerSP>
</MAP>