close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
May 31, 2010, 8:09:57 AM (15 years ago)
- Author:
-
adv
- Comment:
-
Info multicast
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
1 | 1 | [[TOC(heading=Índice)]] |
| 2 | |
| 3 | NOTA: Información a espera de ser confirmada por el grupo. |
2 | 4 | |
3 | 5 | = updcast (udp-sender; udp-receiver) - Implementación Multicast linux-gnu = |
… |
… |
|
42 | 44 | * En el caso de que el tiempo indicado en segundos se haya agotado, se inicia la transferencia, aunque el NCLIENTS no |
43 | 45 | |
| 46 | |
| 47 | == FUNCIONES ENGINE Protocol.lib == |
| 48 | |
| 49 | * Composición de la instrucción. |
| 50 | * ogGenerateSintaxMcast |
| 51 | |
| 52 | * Envio de ficheros por multicast para !UpdateCache |
| 53 | * ogSendFileMcast |
| 54 | * ogReceiveFileMcast |
| 55 | |
| 56 | * Envio por multicast del contenido de los ficheros-imagenes directamente a las particiones destino - Para !restorePartition. |
| 57 | * ogSendImageMcast |
| 58 | * ogRestoreMcastImage |
| 59 | |
| 60 | * Envio por multicast el contenido de una particion a multiples particiones destinio - Para !CloneRemotePartition |
| 61 | * ogSendPartitionMcast |
| 62 | * ogReceivePartitionMcast |
44 | 63 | |
45 | 64 | ==== Ejemplo Sesión Multicast para el servidor ==== |