Skip to content

Commit 787ffe0

Browse files
author
Michael Plass
committed
Refs #101047 Remake updated manpage
1 parent 7562c6c commit 787ffe0

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

doc/manpages/ccndc.1

+23-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: ccndc
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5-
.\" Date: 01/10/2014
5+
.\" Date: 01/14/2014
66
.\" Manual: \ \&
77
.\" Source: \ \& 0.8.2
88
.\" Language: English
99
.\"
10-
.TH "CCNDC" "1" "01/10/2014" "\ \& 0\&.8\&.2" "\ \&"
10+
.TH "CCNDC" "1" "01/14/2014" "\ \& 0\&.8\&.2" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -146,6 +146,27 @@ remove the strategy associated with the prefix
146146
.RS 4
147147
create a face and FIB entry (for ccnx:/) based on the results of an SRV lookup using the default DNS search rules\&. Queries _ccnx\&._tcp and _ccnx\&._udp\&.
148148
.RE
149+
.SH "PREDEFINED STRATEGIES"
150+
.PP
151+
\fBdefault\fR
152+
.RS 4
153+
Prefers the fastest responding face, and performs experiments to determine if other faces can provide faster response\&. This strategy also operates efficiently in environments where link quality changes or a face becomes unresponsive, but does not make use of multiple paths or sources\&.
154+
.RE
155+
.PP
156+
\fBloadsharing\fR
157+
.RS 4
158+
Distributes Interests amongst the available faces based on the unanswered queue size\&. This strategy operates most efficiently when there are multiple physical interfaces and the network is the limiting performance factor\&. Because it sends each interest to a single face, it is not recommended for chat\-like or discovery applications, or in the presence of lossy links\&.
159+
.RE
160+
.PP
161+
\fBparallel\fR
162+
.RS 4
163+
Sends Interests to all available faces in parallel\&. This strategy attempts to mask unstable links or poorly performing faces by redundantly sending Interests\&. This increases the overall network load and local processing overhead, and is not recommended when the links are of high quality\&.
164+
.RE
165+
.PP
166+
\fBtrace\fR
167+
.RS 4
168+
Produces log output that is useful during the development of a new strategy\&. The first portion of the parameter string (before the first occurance of a slash) is the name of the traced strategy\&. The remainder (after this slash) forms the traced strategy\(cqs parameter string\&.
169+
.RE
149170
.SH "CONFIGURATION FILE"
150171
.sp
151172
\fBccndc\fR will process a configuration file if specified with the \fB\-f\fR flag\&. The configuration file may contain a sequence of commands with the same parameters as may be specified on the \fBccndc\fR command\-line\&. Comments in the file are prefixed with #\&. Here is a sample:

0 commit comments

Comments
 (0)