diff options
author | ramon <ramongomez@us.es> | 2012-02-26 10:43:47 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-02-26 10:43:47 +0000 |
commit | 91aaf03b7d426a13bdcb6f60a0deaf0be480211b (patch) | |
tree | 560391e299823ce58ca8ba6618d75c23caf82ff4 /repoman | |
parent | 905ea9e42f91303f30c18df3c53db74dae14d23f (diff) |
Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.
git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/sendFileMcast | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast index bf7091e0..ec4d7aa6 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -25,7 +25,7 @@ fi # Fichero a enviar (camino completo o relativo al directorio del repositorio). FICH="$1" -if [ "${FICH:0:1}" != "/" ]; then +if [ "${FICH:0:15}" != "$OPENGNSYS" ]; then FICHIMG="$OGIMG/$FICH" else FICHIMG="$FICH" @@ -55,6 +55,7 @@ fi CERROR="8x8/128" # Envío de fichero por Multicast. -which mbuffer &> /dev/null && MBUFFER="--pipe 'mbuffer -m 20M'" +# Se desabilita el uso de mbuffer: eesta versión del upd-sender no la admite. +#which mbuffer &> /dev/null && MBUFFER="--pipe 'mbuffer -m 20M'" $OGBIN/udp-sender $MBUFFER --nokbd --retries-until-drop 65 --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$FICHIMG" |