hamidgh09 / Reframer

A Network Function (NF) that re-orders packets per flow by buffering packets for a given time.
MIT License
22 stars 1 forks source link

makefile missing #1

Open briandye6 opened 2 years ago

briandye6 commented 2 years ago

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?

hamidgh09 commented 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!

k-ivey commented 1 year ago

It appears that the MakeFile and the associated configuration files are still missing. Would you be able to add these files?