mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Add Qos module
This commit is contained in:
12
src/qos/congestion_control.h
Normal file
12
src/qos/congestion_control.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CONGESTION_CONTROL_H_
|
||||
#define _CONGESTION_CONTROL_H_
|
||||
|
||||
class CongestionControl {
|
||||
public:
|
||||
CongestionControl();
|
||||
~CongestionControl();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user