X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fdccp_recv.m4;fp=ggo%2Fdccp_recv.m4;h=80d312338b8811a48b3a9ac1da7c1fa888e0be40;hb=94a3c445bf70808292e3c239752970b9be05e8f5;hp=0000000000000000000000000000000000000000;hpb=fd2ef6eb6b306415f3e3d9ed5004cf982e757656;p=paraslash.git diff --git a/ggo/dccp_recv.m4 b/ggo/dccp_recv.m4 new file mode 100644 index 00000000..80d31233 --- /dev/null +++ b/ggo/dccp_recv.m4 @@ -0,0 +1,37 @@ +option "host" i +"ip or host" +string default="localhost" +optional +details=" + Both IPv4 and IPv6 addresses are supported. +" + +option "port" p +"port to connect to" +int +default="8000" +optional + +option "ccid" c +"CCID preference(s) for this connection" +int +# restrict the maximum number of times this option can be passed +optional multiple(-10) +# currently known CCIDs: +# - CCID-2 (RFC 4341), +# - CCID-3 (RFC 4342), +# - CCID-4 (RFC 5622), +# - CCID-248 ... CCID-254 are experimental (RFC 4340, 19.5) +values="2", "3", "4", "248", "249", "250", "251", "252", "253", "254" +details=" + When present exactly once, this option mandates the CCID for the + sender-receiver connection. If it is passed more than once, it sets + a preference list where the order of appearance signifies descending + priority. For example, passing 4, 2, 3 creates the preference list + (CCID-4, CCID-2, CCID-3), assigning CCID-4 highest preference. + + The request is reconciled with the CCIDs on the server through the + 'server-priority' mechanism of RFC 4340 6.3.1/10. The server CCIDs + can be listed by calling 'para_client si'. + +"