search for: implemataiton

Displaying 1 result from an estimated 1 matches for "implemataiton".

Did you mean: implemantation
2011 May 23
1
Live Migration UDP implementation
Hi all, For my academic project to analyse the Performance of transport protocols in Live Migration of Virtual Machines.I have configured the live migration using tcp and I succeed the live migration. Now for my further remaining project work I need to do the same thing for the UDP implemataiton.When I changed the command in virsh, (My fianl command in TCP is virsh migrate --live ubuntu21 qemu+ssh://172.16.17.23/systemtcp:// 172.16.17.23:444) to udp it is not workng. It is given that qemu embeds user mode network stack which includes tcp,dhcp,udp.etc within the wemu process. Its giving the...