diff options
author | irina <irinagomez@us.es> | 2013-07-03 09:20:16 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2013-07-03 09:20:16 +0000 |
commit | 9dbaa9e7c29f613c29dc05e5e6ff7a731548e8d3 (patch) | |
tree | c0007ccfc7fa126ddda90bec01ef51e188cfaf96 /repoman/bin/sendFileMcast | |
parent | 097bc95915f95d24ca85720dd2b0a5f9d45c83e5 (diff) |
sendFileMcast: ttl a 16, resuelve problema multicast en algunas redes
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3948 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman/bin/sendFileMcast')
-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 ec4d7aa6..ac6446d8 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -57,5 +57,5 @@ CERROR="8x8/128" # Envío de fichero por Multicast. # 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" +$OGBIN/udp-sender $MBUFFER --nokbd --retries-until-drop 65 --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 16 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$FICHIMG" |