Improve help/man page of para_recv.
[paraslash.git] / ortp_recv.ggo
index 6902fedeeac501a8ba44ed7c771c27ca40904c51..a706d543609059792baa32504cc4d986048433eb 100644 (file)
@@ -1,3 +1,19 @@
-section "ortp options"
-option "host" i "ip or host to receive rtp packets from" string default="224.0.1.38" no
-option "port" p "udp port." int typestr="portnumber" default="1500" no
+option "host" i
+"ip or host to receive rtp packets from"
+string default="224.0.1.38"
+optional
+details="
+       The default address resoves to DANTZ.MCAST.NET and activates
+       multicast.
+"
+
+option "port" p "udp port"
+int typestr="portnumber"
+default="1500"
+optional
+
+option "jitter_compensation" j
+"set ortp's adaptive jitter compensation"
+int typestr="milliseconds"
+default="0"
+optional