elhachi

Results 14 comments of elhachi

> I also came across problems when "go get -t -u ./...", logs are below: > > go: downloading github.com/onsi/gomega v1.13.0 example.com/m/v2 imports github.com/lucas-clemente/quic-go/ackhandler: cannot find module providing package github.com/lucas-clemente/quic-go/ackhandler...

> @elhachi your question might be solved by following commands: `cd ~/gopath/go_demo/src/github.com/bifurcation/mint` `git reset --hard a6080d464fb57a9330c2124ffb62f3c233e3400e` `cd ~/gopath/go_demo/src/github.com/lucas-clemente/quic-go` `go build` @ArthurCChen unfortunately, I still got the same error...

Thank you for your reply, I really appreciate it. The client-server code was written based on this Github project: https://github.com/prat-bphc52/VideoStreaming-MPTCP-MPQUIC, then I added loss/delay options to the Mininet environment using...

But even when I delete the max queue size option I'm still getting the same behavior.

I'm not using the tc command. Instead, I'm using the mininet.link.TCIntf Class in a python script according to this article: http://mininet.org/api/classmininet_1_1link_1_1TCIntf.html. I tried in earlier times to add loss/delay options...

qdisc htb 5: dev server-eth0 root refcnt 2 r2q 10 default 1 direct_packets_stat 0 direct_qlen 1000 qdisc netem 10: dev server-eth0 parent 5:1 limit 1000 delay 10.0ms loss 1% qdisc...

I'm a beginner at Mininet, so excuse me if I took so much time to understand. I ran the following command: tc class show, and it returns nothing...

I'm sorry I just know how to use the tc class command, so it returns: class htb 5:1 root leaf 10: prio 0 rate 10000kbit ceil 10000kbit burst 15kb cburst...

Hello, Working by your suggestion I took a PCAP caption and got some strange behaviors. The first is the occurrence of more than one ARP packet. According to my knowledge,...

![Capture3](https://user-images.githubusercontent.com/96177925/157557268-cec038a1-6e6b-4ac5-9804-c8e985ab28dd.PNG) ![Capture2](https://user-images.githubusercontent.com/96177925/157557298-0e6c4c36-a3ef-4fa5-a021-b47bde1ebe6d.PNG) ![Capture1](https://user-images.githubusercontent.com/96177925/157557337-fdbaad29-0e8c-451c-b9f9-610d76bbb08c.PNG)