Here is what I done in my client :

user@host:~$ cat /dev/urandom | hexdump | head -c 1048576 > /tmp/1MB.txt
user@host:~$ N=1; while [ 1 ]; do echo $N | nc 192.168.1.214 8080; cat 
/tmp/1MB.txt | nc 192.168.1.214 8080; ((N += 1)); sleep 0.5s; done

No problem here, in terminal 1 all was displayed without blockings.

Do you want me to test another mechanism ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/616064

Title:
  Broken networking in kvm guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/616064/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to