|
$sunnet.regenerate_time
|
How long a link should wait before trying to reconnect.
|
|
$sunnet.debug_level
|
A mostly useless option. Debug level 0 shows nothing. Debug level 1 shows outbound
packet destinations, or failure of a packet. Debug level 2 shows packet content, and
possible path nodes. Debug level 3 shows path nodes as excluded from route
consideration. (This was used to help debug the routing algorithms and is probably no
longer needed.)
|
|
$sunnet.packet_time
|
Used in routing to determine how long a packet should wait before a node push is
considered as failure (and the packet is pushed out on the next node, or the failure
callback is executed)
|
|
$sunnet.IDKeep
|
Number of packet IDs to hold before discarding old IDs.
|
|
$sunnet.ansi_compatible
|
If $ansi_utils (written by Dark_Owl@Lambda) is installed on your MOO, set this flag
to 1 to remove ansi tags, otherwise set to 0.
|
|
$sunnet.notify_interval
|
Number of seconds between broadcasts of a sites IKNOW, ALIAS, and PROTOS
information.
|
|
$sunnet_utils.max_tries
|
Timeouts with the RCALL mechanisms occur in (5*$sunnet_utils.max_tries) seconds.
|