dcgym / iroko

A platform to test reinforcement learning policies in the datacenter setting.
Apache License 2.0
66 stars 22 forks source link

Use netlink API instead of TC #2

Closed fruffy closed 5 years ago

fruffy commented 5 years ago

Calling into Linux tc is a clunky method to collect data from interfaces and regulate sending rate. A better way is to directly write a C program that uses netlink.