Open briandye6 opened 2 years ago
Oh yes, I see the MakeFile and some configuration files are missing! I added a new file in network-stack directory, so you can see the tc configuration I used. I will add the rest of configuration files and the MakeFile soon. Thank you for letting me know!
It appears that the MakeFile and the associated configuration files are still missing. Would you be able to add these files?
Where is the MakeFile to use make network-functions and make network-stack?
I'm trying to replicate 2.2 Network Stack Effects. I'm curious how you used Linux tc to synthetically order the sending of packets with a given value of SLF. I tried "sudo tc qdisc add dev eth0 root flow_limit SLF"
Doesn't work. Any suggestions?