Ginés García Avilés
Ginés García Avilés
[soapy_log2.txt](https://github.com/xmikos/qspectrumanalyzer/files/961127/soapy_log2.txt) [output2.txt](https://github.com/xmikos/qspectrumanalyzer/files/961128/output2.txt)
Is possible to perform snat when decapsulating? I have been trying to add a OFPActionSetField(ipv4_src=xx.xx.xx.xx) before encapsulate ethernet: `` actions = [ # decap ether-ip parser.OFPActionDecap(type_eth, type_ip), # decap ip-udp...
Ok, I've finally solve the issue. Althought in the readme of [https://github.com/lagopus/ryu-lagopus-ext](ryu-ext) the option of installing ryu via pip is proposed, you must to install it by using the setup.py...
Have you checked that you are sending traffic using both interfaces? for example with tcpdump? if so, What scheduler and congestion control are you using? Regards, Ginés. 2017-04-20 19:59 GMT+02:00...
ok, I have been using iperf without any specific configuration (MPTCP should be transparent to the upper layers). have you got packet traces of those experiments? Regards, Ginés. 2017-04-21 11:58...
yes, maybe in can help you if you share it :) 2017-04-21 12:43 GMT+02:00 delinage : > I have done wireshark captures of them, is that what you mean? >...
First test: from 10.0.0.1:49035 -> 10.0.0.3:5001 from 10.0.0.1:33251 -> 10.0.0.4:5001 from 10.0.0.2:41297 -> 10.0.0.3:5001 from 10.0.0.2:59494 -> 10.0.0.4:5001 Second test: from 10.0.0.1:51455 -> 10.0.0.3:5001 Have you compared one connection with...
ok, The RTT is more or less similar, so you are not suffering head of line blocking problems. Regarding the last capture (iperf_1Wifi2Eth_Tests.zip), are you using two subflows over the...
Hi, attached you can find the packet-trace during an iperf between the client and the proxy (still with the same behaviour). In the pcap files you can see icmp "destination...
4.14.41 compiled from source