diff options
author | ramon <ramongomez@us.es> | 2010-07-27 11:33:17 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2010-07-27 11:33:17 +0000 |
commit | 1222da75647ecb36c00b9013ceeb6e16ff91a8ab (patch) | |
tree | 3fabf4a1639ecb92316c3dbf7a3fcf16cecf0fde /repoman/bin | |
parent | 526298b252076820e5a611389ccccd1580ddb3d6 (diff) |
Corrección errata.
git-svn-id: https://opengnsys.es/svn/trunk@1113 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman/bin')
-rwxr-xr-x | repoman/bin/sendFileMcast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast index f5f1c035..a45ab709 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -52,5 +52,5 @@ CERROR="8x8/128" # Envío de fichero por Multicast. which mbuffer &> /dev/null && MBUFFER="--pipe 'mbuffer -m 20M'" -udp-sender $MBUFFER --portbase $PORTBASE --$METHOD --mcast-addr $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$1" +udp-sender $MBUFFER --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$1" |