-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello,
I walked through the description of your work http://www.connectify.me/blog/taking-google-quic-for-a-test-drive/
I am currently trying to implement proto-quic on Mininet, which is a network emulator. I found mininet interesting because I can emulate a network with 2 hosts(or more) and I am installing chromium/proto-quic only once on the virtual machine and then use on all the hosts i have in the network. So I think I can use one host to emulate the client and the other for the server.
I am trying to follow your steps, but in my emulated network there is no router involved and I see that your tests are running from this router in openwrt. Is there any chance I can implement these tests in mininet without it? Or should I run it from one of the hosts?
Mininet is using Python also and have some line commands that allow me to set bandwidth or loss on the links for the network. I have never done this before (test a protocol, nor work with mininet) and now I don't know how to implement that router and if it is necessary. And then, I need results and numbers which I don't know how to get. I would really appreciate any help and further ides(or more instructions on how to follow your work).
Thanks,
Alina